Mercurial > hg > test-repo
view SampleProject/src/sample/HelloWorld.java @ 23:99472565ba0b
Extract the code to create a new user to the User object
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Tue, 25 Oct 2016 15:39:52 +0000 |
parents | 8ed422ce2c50 |
children |
line wrap: on
line source
package sample; public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World! !!"); } }