fork download
  1.  
  2. class Gema
  3. {
  4. public static void main (String[] args) throws java.lang.Exception
  5. {
  6. int myNum = 3;
  7. System.out.println(myNum);
  8. }
  9. }
Success #stdin #stdout 0.1s 54780KB
stdin
Standard input is empty
stdout
3