mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 01:41:46 +00:00
Pending changes exported from your codespace
This commit is contained in:
parent
2b65d665a7
commit
ffd165c5bd
5
My_programs/Hello world.java
Normal file
5
My_programs/Hello world.java
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
class Hello_world{
|
||||||
|
public static void main(String args[]){
|
||||||
|
System.out.println("Hello World");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user