Skip to content

Commit d31573b

Browse files
authored
chore: fix README.md
1 parent 8129789 commit d31573b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ More features that will be added in the self-hosted compiler can be seen in the
7070
import std/console;
7171

7272
func main() {
73-
console.println("Hello World!");
73+
console.writeln("Hello World!");
7474
}
7575
```
7676
More examples in the [`examples/`](examples/) folder.

0 commit comments

Comments
 (0)