Skip to content

Commit

Permalink
update getting_started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS authored Nov 7, 2023
1 parent 850e8ca commit 682c1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ We create a file called ``hello_world.ri`` with the following content:
import std/console;

func main() {
console.println("Hello World!");
console.writeln("Hello World!");
}
```

Expand All @@ -65,5 +65,5 @@ Excellent! You have compiled your first program in Rivet!

## Editor/IDE support

* [LiteXL](https://github.com/lite-xl/lite-xl-plugins/blob/master/plugins/language_rivet.lua)
* [LiteXL and Pragtical](https://github.com/lite-xl/lite-xl-plugins/blob/master/plugins/language_rivet.lua)
(Syntax-highlighting only).

0 comments on commit 682c1da

Please sign in to comment.