This commit is contained in:
2024-09-09 16:08:48 -04:00
parent e8528bbdf3
commit d3f8d942c4
16 changed files with 214 additions and 2 deletions
@@ -0,0 +1,13 @@
package PrepSession;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}