master
Can202 2021-09-29 16:14:01 -03:00
parent dc0557e4e3
commit 509e049ca4
1 changed files with 7 additions and 0 deletions

7
Java/HolaMundo.java Normal file
View File

@ -0,0 +1,7 @@
class HolaMundo
{
public static void main(String args[])
{
System.out.println("Hola Mundo");
}
}