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
π» Speaking Java
π Fun fact: Five Problems, One Solution, Java
π» List of Projects: check
π Thanks for visiting

