Skip to content
singhsakshi07 edited this page Jan 3, 2018 · 1 revision

Welcome to the maven-samples wiki! package com.mycompany.app;

/**

  • Hello world!

*/ public class App { public static void main( String[] args ) { System.out.println( "Hello World!" ); } }

Clone this wiki locally