Skip to content

Instantly share code, notes, and snippets.

@andgomes
Created October 7, 2016 18:02
Show Gist options
  • Save andgomes/e96d23a4390c686848ab22e9ac16b07d to your computer and use it in GitHub Desktop.
Save andgomes/e96d23a4390c686848ab22e9ac16b07d to your computer and use it in GitHub Desktop.
Classe exemplo gerada pelo archetype quickstart do Maven.
package com.andgomes;
public class App {
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