Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aermoss authored Jul 4, 2022
1 parent 742e3e7 commit adf80b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Simple programming language frontend written in python using llvmlite.

# Getting Started
## Building a program
```python main.py build test.txt```
`python main.py build test.txt`

## Running a program (JIT Compilation)
```python main.py run test.txt```
`python main.py run test.txt`

0 comments on commit adf80b5

Please sign in to comment.