public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, Team 5 of CIT 360 Winter Semester 2016"); } }