first commit

This commit is contained in:
Crai-cry
2026-03-23 11:27:36 +03:00
commit 17bed36618
+6
View File
@@ -0,0 +1,6 @@
import json
import csv
def main():
print("Hello World")
if __name__ =="__main__":
main()