Skip to content

Instantly share code, notes, and snippets.

@rooksoto
Created August 21, 2016 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rooksoto/5da366bf3daa7f90e9d5e34ae47ddeff to your computer and use it in GitHub Desktop.
Save rooksoto/5da366bf3daa7f90e9d5e34ae47ddeff to your computer and use it in GitHub Desktop.
https://repl.it/CpeY/0 created by rooksoto
class Main {
public static void main(String[] args) {
System.out.println("My name is Rafael Soto.");
System.out.println("I drove here from The Bronx.");
System.out.println("Yesterday, I learned how surprisingly weak uncooked spaghetti is.");
System.out.println("Today, I just want to learn more Java!");
}
}
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)
>>> My name is Rafael Soto.
I drove here from The Bronx.
Yesterday, I learned how surprisingly weak uncooked spaghetti is.
Today, I just want to learn more Java!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment