Skip to content

Commit

Permalink
fix example in README (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Jan 24, 2025
1 parent b43e264 commit 9925abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Greeting:
def main() -> int:
g = Greeting{target="World"}
g.show() # Output: Hello World
return 0
```

See the [examples](./examples/) and [tests](./tests/) directories for more example programs
Expand Down

0 comments on commit 9925abf

Please sign in to comment.