Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emil14 authored Apr 10, 2024
1 parent 61119c4 commit 6f5925a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ Replace the code in `src/main.neva` with the following:
component Main(start) (stop) {
nodes { Println<any> }
net {
:start -> ('Hello, World!' -> println)
println -> :stop
:start -> ('Hello, World!' -> println -> :stop)
}
}
```
Expand Down

0 comments on commit 6f5925a

Please sign in to comment.