This commit is contained in:
crumbtoo
2023-11-07 10:50:22 -07:00
commit 85ed44fbd0
4 changed files with 58 additions and 0 deletions

8
src/RLPC.java Normal file
View File

@@ -0,0 +1,8 @@
class RLPC
{
public static void main(String[] argv)
{
System.out.println("hello worms");
}
}