i don't even know anymore

This commit is contained in:
2022-12-17 15:08:07 +01:00
parent 2b8aa06117
commit a7dbdff535
15 changed files with 387 additions and 43 deletions

View File

@@ -139,6 +139,8 @@ class Terminal {
switch (name) {
case "hello":
return new HelloWorld();
case "net":
return new Net();
default:
return null;
}