fork download
  1. object Main extends App {
  2. // your code goes here
  3. var line = readLine();
  4.  
  5. System.out.println(line);
  6.  
  7. }
Success #stdin #stdout 0.37s 322240KB
stdin
1
1
2
3
4
stdout
1