mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
Merge pull request #229 from Ruchika8/Updated_code
Updated code with Java example
This commit is contained in:
commit
8e4c57b5f9
6
code/HelloWorld.java
Normal file
6
code/HelloWorld.java
Normal file
@ -0,0 +1,6 @@
|
||||
public class HelloWorld{
|
||||
|
||||
public static void main(String[] args){
|
||||
System.out.println("Hello World from India!");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user