Pending changes exported from your codespace

This commit is contained in:
ZAGsouptik13 2024-09-24 14:17:47 +00:00
parent 2b65d665a7
commit ffd165c5bd

View file

@ -0,0 +1,5 @@
class Hello_world{
public static void main(String args[]){
System.out.println("Hello World");
}
}