Hello-World This is my first GitHug Project public class Test{ publid static void main(String[] args){ System.out.println("Hello world"); } }