Skip to content

Commit

Permalink
Merge pull request #2158 from Shaikh-Ubaid/minor_improvements
Browse files Browse the repository at this point in the history
Minor improvements
  • Loading branch information
certik authored Jul 14, 2023
2 parents 6be4353 + 84adb4b commit 4a70207
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

./build0.sh
./build1.sh
9 changes: 4 additions & 5 deletions examples/expr2.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from lpython import i32

def main0():
x: i32
x = (2+3)*5
print(x)

main0()

# Not implemented yet in LPython:
#if __name__ == "__main__":
# main()
if __name__ == "__main__":
main0()

0 comments on commit 4a70207

Please sign in to comment.