This commit is contained in:
Kim Ravn Hansen
2025-09-14 13:04:48 +02:00
parent 8c196bb6a1
commit ed91a7f2f7
43 changed files with 2279 additions and 1727 deletions

4
server/test.js Normal file
View File

@@ -0,0 +1,4 @@
class Mufassa {
x = 42;
}
const foo = new Mufassa();