Skip to content

Instantly share code, notes, and snippets.

@edwardbeckett
Last active August 29, 2015 14:13
Show Gist options
  • Save edwardbeckett/40754954d2ca6181cdda to your computer and use it in GitHub Desktop.
Save edwardbeckett/40754954d2ca6181cdda to your computer and use it in GitHub Desktop.
public class StringTokens {
public static void main( String[] args ) {
System.out.print( "\nThis sentence inserts one new line before it starts and two after it ends\n\n" );
System.out.print( "This is here to prove the later.\n" );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment