hello-word import java.util.*; public class Test{ public static void main(String[] args){ System.out.println("this is my first gitHub test"); } }