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