generated maven project

This commit is contained in:
Sem van der Hoeven
2019-12-02 21:58:01 +01:00
parent beb52a90f2
commit 4be93f3404
3 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package brainfuck.interpreter;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}