Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1 from VitorPaes/VitorPaes-patch-1
Browse files Browse the repository at this point in the history
Hello_world
  • Loading branch information
VitorPaes authored Oct 17, 2018
2 parents 78f6eac + 38a0b70 commit 3bcfb54
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Java/Hello_world
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package hello_world;

/**
*
* @author Vitor
*/
public class Hello_World {

/**
* @param args the command line arguments
*/
public static void main(String[] args) {
System.out.println("Hello World!!");
}

}

0 comments on commit 3bcfb54

Please sign in to comment.