deep

a Cross Development Platform for Java

User Tools

Site Tools


first_example

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
first_example [2018/03/09 15:46] – [Example on mpc5200] ursgraffirst_example [2018/09/28 16:31] ursgraf
Line 31: Line 31:
   
  // 3) Say hello to the world  // 3) Say hello to the world
- System.out.println("Helloworld");+ System.out.println("Hello world");
  }  }
 } }
Line 88: Line 88:
   
  // Print a string to the stdout  // Print a string to the stdout
- System.out.println("Hello, World");+ System.out.println("Hello world");
  }  }
 } }