mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 17:36:45 +00:00
Pending changes exported from your codespace
This commit is contained in:
parent
2b65d665a7
commit
ffd165c5bd
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue