Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nyzd authored Feb 3, 2024
1 parent e2508a8 commit addaa0e
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 @@ -11,11 +11,11 @@ then create a file `example.fig`:

```
external fig {
fn print(str: string);
fn print_str(str: char[]);
}
export fn main() {
print("Hello World");
print_str("Hello World");
}
```

Expand Down

0 comments on commit addaa0e

Please sign in to comment.