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