package app; /** * Created by loic on 21/09/16. */ public class Application { public static void main(String[] args){ System.out.println("Test"); } }