Skip to content

Commit

Permalink
Patch README
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-is-coding committed May 6, 2023
1 parent e25b2ac commit 4b395e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ _Please note that the syntax may change in the future._
Here is an example of a "Hello, world!" program in Hadron:

```c
func main() {
func main {
log("Hello, world!")
}
```
Expand Down

0 comments on commit 4b395e5

Please sign in to comment.