diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..7449032 --- /dev/null +++ b/hello.py @@ -0,0 +1,4 @@ +a = 0 +print("hello") +if a == 0: + print("ok") \ No newline at end of file