Skip to content

Instantly share code, notes, and snippets.

@peter279k
Created May 21, 2017 15:21
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 peter279k/69ad66c6e75e5410c20328991597d8a0 to your computer and use it in GitHub Desktop.
Save peter279k/69ad66c6e75e5410c20328991597d8a0 to your computer and use it in GitHub Desktop.
TQC+ JAVA
public class JPA01 {
public static void main (String args[]) {
System.out.println("I love Java!");
System.out.println("Java is so good!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment