you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 years ago

How about

Class lol : Object
{
public static init void main (string args)
{
    virtual void A_Start()
    {
          Java.Print(args)
          break
     }
}
}

In case it's not clear, I know nothing about Java.

  • source
  • parent