fork download
  1. class Main {
  2. public static void main (String [] args){
  3.  
  4. int d ,f,t;
  5.  
  6. d=4;
  7. f = 6 ;
  8. t=f;
  9. t= d+f;
  10.  
  11. System.out.println(t);
  12.  
  13. }
  14.  
  15. }
Runtime error #stdin #stdout 0.18s 159232KB
stdin
Standard input is empty
stdout
./prog.factor

1: class Main {
        ^
No word named “class” found in current vocabulary search path