Skip to content

Commit

Permalink
feat: freeze version with compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
emil14 committed Sep 16, 2023
1 parent 873fa4d commit 9150dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion ARCHITECTURE.md

This file was deleted.

7 changes: 3 additions & 4 deletions examples/1_hello_world.neva
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use {
io
sync
std
}

const {
Expand All @@ -10,8 +9,8 @@ const {
components {
Main(start) (exit) {
nodes {
lock = sync.Lock()
print = fmt.Print()
lock = std.Lock()
print = std.Print()
}
net {
in.start -> lock.sig
Expand Down

0 comments on commit 9150dd9

Please sign in to comment.