1 parent d4d63e7 commit 643e75aCopy full SHA for 643e75a
1 file changed
examples/expr2.py
@@ -1,7 +1,8 @@
1
-def main():
+def main()->i32:
2
x: i32
3
x = (2+3)*5
4
print(x)
5
+ return 0
6
7
# Not implemented yet in LPython:
8
#if __name__ == "__main__":
0 commit comments