Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/figlang/fig
Browse files Browse the repository at this point in the history
  • Loading branch information
nyzd committed Feb 3, 2024
2 parents f147d0e + addaa0e commit acbd365
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 acbd365

Please sign in to comment.