Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bistcuite authored Nov 21, 2021
1 parent cf7115e commit 611674b
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 @@ -10,7 +10,7 @@ $ hascal install lua
At first install lua with top command.

`example.has` :
```
```typescript
use lua

function main():int {
Expand All @@ -19,7 +19,7 @@ function main():int {
}
```
Compile and run :
```
```bash
$ hascal example.has
$ ./example
hello world
Expand Down

0 comments on commit 611674b

Please sign in to comment.