Hello word

This commit is contained in:
sugu 2025-07-08 21:07:21 +07:00
commit 8877351dfe
2 changed files with 8 additions and 0 deletions

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"python.languageServer": "Pylance",
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingModuleSource": "none",
"reportShadowedImports": "none"
}
}

1
main.py Normal file
View File

@ -0,0 +1 @@
print("Hello")