첫 번째 커밋

This commit is contained in:
javamon
2025-12-06 22:31:19 +09:00
commit 849a100fa9
33 changed files with 6613 additions and 0 deletions

3
print.py Normal file
View File

@@ -0,0 +1,3 @@
import datetime
print('this is test print file', datetime.datetime.now())