This commit is contained in:
2025-08-20 14:58:40 +08:00
parent ef67d7b42a
commit f2e3bb54c2
2 changed files with 4 additions and 0 deletions

3
main.java Normal file
View File

@@ -0,0 +1,3 @@
package com.example;
class Main {}

1
main.py Normal file
View File

@@ -0,0 +1 @@
print(123)