commit 8877351dfe108f0b06d129c4dd57d1087ed4f9c4 Author: sugu Date: Tue Jul 8 21:07:21 2025 +0700 Hello word diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5e56ca7 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "python.languageServer": "Pylance", + "python.analysis.diagnosticSeverityOverrides": { + "reportMissingModuleSource": "none", + "reportShadowedImports": "none" + } +} \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..a3ea3c6 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print("Hello") \ No newline at end of file