Skip to content

Instantly share code, notes, and snippets.

View mattchue's full-sized avatar

Matt Prestlien mattchue

View GitHub Profile
### Keybase proof
I hereby claim:
* I am mattchue on github.
* I am mprestlien (https://keybase.io/mprestlien) on keybase.
* I have a public key whose fingerprint is 331E 0AFD 5284 AFB9 423D 1D47 2562 95E8 7E0B B67D
To claim this, I am signing this object:
import java.util.*;
import java.io.*;
public class Personality {
public static void main(String[] args) throws FileNotFoundException {
intro();
Scanner console = new Scanner(System.in);
System.out.print("input file name? ");
String inputFileName = console.next();