Skip to content

adiwalv/adiwalv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 

Repository files navigation

Hello there ๐Ÿ‘‹

visitors Open Source Love

public class SoftwareDeveloper {

    String name;
    String role;

    public SoftwareDeveloper(String name, String role) {
        this.name = name;
        this.role = role;
    }

    public void sayHi() {
        System.out.printf("Hi There! My name is %s and I am a %s", this.name, this.role);
    }

    public static void main(String[] args) {
        SoftwareDeveloper softwareDeveloper = new SoftwareDeveloper("Vikas Adiwal", "Software Developer");
        softwareDeveloper.sayHi();
    }

}

๐Ÿ”ง Technologies & Tools

Linux IntelliJ IDEA Shell Script Python Java Postgres MongoDB Docker Kubernetes

๐Ÿ“ซ ย  How to reach me:

LinkedIn ย  Gmail ย 

About

Its all about me!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors