fork download
  1. class Ideone {
  2. static void main(String[] args) {
  3. println(5.toString());
  4. }
  5. }
  6.  
Success #stdin #stdout 0.83s 4456448KB
stdin
Standard input is empty
stdout
5