Mercurial > hg > test-repo
view SampleProject/src/sample/HelloWorld.java @ 26:19ef091c0ef3 default tip
add setup of shell env through ansible
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Tue, 15 Nov 2016 16:34:28 +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! !!"); } }