CS160: Foundations in Programming: Spring 2015
passwd
command to change your password.
// P1 Assignment // Author: Chris Wilcox // Date: 1/1/2015 // Class: CS160 // Email: wilcox@cs.colostate.edu public class P1 { public static void main( String[ ] args ) { System.out.println( "Computer Science is great!"); System.out.println( "Java Programming can be fun."); } }