fork download
  1. object Main {
  2. for(x<-1 to 50)print(List("fizz"*(1-x%3)+"buzz"*(1-x%5),""+x).sorted.tail(0))
  3. }
Runtime error #stdin #stdout #stderr 0.08s 381184KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: Main method not found in class Main, please define the main method as:
   public static void main(String[] args)