We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d469e2 commit fe7c8ecCopy full SHA for fe7c8ec
1 file changed
src/main.py
@@ -1,5 +1,6 @@
1
def main():
2
print('hello world')
3
+ print("hello world")
4
5
6
if __name__ == '__main__':
0 commit comments