/// Name: Dylan Sleeper
/// Period: 6
/// Program Name: First Program
/// File Name: Comments.java
/// Date Finished: 9/8/2015
//I got it right because I already know a good amount of java
public class Comments{
public static void main(String[] args){
System.out.println("There are some comments above this but you can't see them.");
}
}