We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be4353 commit 36eb309Copy full SHA for 36eb309
1 file changed
examples/expr2.py
@@ -1,10 +1,9 @@
1
+from lpython import i32
2
+
3
def main0():
4
x: i32
5
x = (2+3)*5
6
print(x)
7
-main0()
-
8
-# Not implemented yet in LPython:
9
-#if __name__ == "__main__":
10
-# main()
+if __name__ == "__main__":
+ main0()
0 commit comments