Skip to content

Instantly share code, notes, and snippets.

@edisplay
Created August 21, 2016 14:14
Show Gist options
  • Save edisplay/690c1f536ffc44cbe277ddeeb2df6dfb to your computer and use it in GitHub Desktop.
Save edisplay/690c1f536ffc44cbe277ddeeb2df6dfb to your computer and use it in GitHub Desktop.
https://repl.it/Cpe1/0 created by edisplay
class Main {
public static void main(String[] args) {
System.out.println("Francisco Cruz");
System.out.println("This morning I came from North Bergen, NJ");
System.out.println("I took a Bus to Porth Authority on 42nd Street, and then");
System.out.println("I took the Seven Train to 33rd Street.");
System.out.println("I learned to code my first program in Java");
System.out.println("I hope to learn to master Java everyday");
}
}
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
>>> Francisco Cruz
This morning I came from North Bergen, NJ
I took a Bus to Porth Authority on 42nd Street, and then
I took the Seven Train to 33rd Street.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment