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 Oct 18, 2023
1 parent b0372f2 commit 850e8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Let's start with the typical ``Hello World!``:
We create a file called ``hello_world.ri`` with the following content:

```swift
import "std/console";
import std/console;

func main() {
console.println("Hello World!");
Expand Down

0 comments on commit 850e8ca

Please sign in to comment.