Skip to content

Instantly share code, notes, and snippets.

@pepet96
Created December 2, 2013 00:49
Show Gist options
  • Save pepet96/7743107 to your computer and use it in GitHub Desktop.
Save pepet96/7743107 to your computer and use it in GitHub Desktop.
Don't Read
import java.util.Scanner;
public class dontread {
public static void main (String [] args) {
Scanner input = new Scanner(System.in);
String hello = input.next();
System.out.println("I got my first solution!!!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment