Skip to content

erfanhuda/erfanhuda.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

Hi Everyone! My name is Erfan Huda, an accounting and software engineer who currently run behind the Algobro a blockchain accounting library. After years of struggling in learning software development. This is my first portfolio so far.

Please welcome to my site.

Ready to join the community 😀 👌 🤝

C

    #include <stdio.h>

    int main()
    {
      printf("%s", "Hi! My name is Muhammad Erfan Huda");
    }

C++

    #include <iostream>
    
    int main()
    {
      std::out << "Hi! My name is Muhammad Erfan Huda" << std::endl;
    }

Python


if __name__ == "__name__":
    print("Hi! My name is Muhammad Erfan Huda")

Javascript

console.log("Hi! My name is Muhammad Erfan Huda");

Rust

fn main() {
println!("Hi! My name is Muhammad Erfan Huda");
}

SQL

SELECT "Hi! My name is Muhammad Erfan Huda";

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published