This commit is contained in:
ninemine
2025-06-29 15:52:06 +08:00
parent 0385ffbd29
commit 981157dfec
8 changed files with 1735 additions and 4 deletions

View File

@@ -30,6 +30,6 @@ public class Program
x = 30,
y = 40
}
}, "test.json");
}, "./test.json");
}
}