com.github.naviit.libs.common.App Maven / Gradle / Ivy
/************************************************
* Copyright 2017 by DTT - All rights reserved. *
************************************************/
package com.github.naviit.libs.common;
public class App {
public static void main( String[] args ) {
System.out.println( "Hello World!" );
}
}