Mercurial > hg > test-repo
view sample-maven-project/src/main/java/de/iobjects/test/App.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 | 5353da33cc57 |
children |
line wrap: on
line source
package de.iobjects.test; /** * Hello world! * */ public class App { public static void main( String[] args ) { System.out.println( "Hello World!!" ); } }