Skip to content

Instantly share code, notes, and snippets.

View rhuankarlus's full-sized avatar
🎯
Focusing

Rhuan Karlus Silva rhuankarlus

🎯
Focusing
View GitHub Profile
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 12:22:22-0300)
Maven home: C:\Dev\maven_3.1.1\bin\..
Java version: 1.7.0_55, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_55\jre
Default locale: pt_BR, platform encoding: Cp1252
OS name: "windows 8", version: "6.2", arch: "amd64", family: "windows"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from C:\Dev\maven_3.1.1\bin\..\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\rhuan_000\.m2\settings.xml
[DEBUG] Using local repository at C:\Users\rhuan_000\.m2\repository
@rhuankarlus
rhuankarlus / HelloWorld
Created July 27, 2013 01:25
O primeiro código do Brasil Dev. The Brasil Dev first code.
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}