This commit is contained in:
2024-10-17 09:21:19 -04:00
commit 2c888d68bf
12 changed files with 394 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
package zacksolutions;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}