Code2019 //This is for the year of Code //First Code of the Year written in Java //Going to make the classic introduction public class GitHub{ public static void main (String[]args){ System.out.println("Hello Github\nFirst Code of the Year"); } }