Welcome to my Github Profile!
public class FullStackDeveloper {
private String name;
private String status;
public FullStackDeveloper() {
this.name = "Steven Wang";
this.status = "Awesome";
}
public static void main(String[] args) {
FullStackDeveloper me = new FullStackDeveloper();
}
}No activity tracked
