Skip to content

Commit b199dfe

Browse files
committed
fix: incomplete hello message
1 parent 0ecf818 commit b199dfe

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"python-envs.defaultEnvManager": "ms-python.python:system",
3+
"python-envs.pythonProjects": []
4+
}

src/hello.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
print("Hello!")
1+
print("Hello World!")

0 commit comments

Comments
 (0)