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