import Random.SoftwareEngineer;
class JustAnotherCSGrad
{
String name, isA, job;
JustAnotherCSGrad()
{
this.name = "Prateekshya";
this.isA = "Software Engineer";
this.job = "exploring";
}
public String toString()
{
return this.name+"("+this.isA+") is "+this.job+" ...";
}
void sayHello()
{
System.out.println("Hello, world! π");
}
}
class Me
{
public static void main(String[] args)
{
JustAnotherCSGrad me = new JustAnotherCSGrad();
me.sayHello();
System.out.println(me.toString());
}
}πΆ Early 2000's kid
Still figuring out π and πΉ
π€ Partially Introvert
π» Check out list of projects
Check out Linkedin
π Thanks for visiting

