fork download
  1. class Main{
  2. public static void get(){
  3. System.debug('Hello');
  4. }
  5. }
Success #stdin #stdout #stderr 0.02s 9000KB
stdin
Standard input is empty
stdout
Object: nil error: did not understand #Main
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
UndefinedObject(Object)>>doesNotUnderstand: #Main (SysExcept.st:1448)
UndefinedObject>>executeStatements (prog:1)
stderr
./prog:2: parse error, expected '}'