Skip to content

Instantly share code, notes, and snippets.

@dubrovskyi
Created February 13, 2017 21:05
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 dubrovskyi/46ca82902be62df07813f1a8a105821a to your computer and use it in GitHub Desktop.
Save dubrovskyi/46ca82902be62df07813f1a8a105821a to your computer and use it in GitHub Desktop.
third exercises
package Package1;
public class NewClass3 {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment