Skip to content

Commit

Permalink
Merge pull request #553 from nevalang/emil14-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
emil14 authored Apr 10, 2024
2 parents 61119c4 + 6f5925a commit 696b911
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 696b911

Please sign in to comment.