Skip to content

Commit

Permalink
Add headers
Browse files Browse the repository at this point in the history
  • Loading branch information
InversionSpaces committed Jan 12, 2024
1 parent d50ea23 commit 8596851
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions math.aqua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
aqua MathLib declares *

service Math("math"):
-- x + y
add(x: i64, y: i64) -> i64
Expand Down
2 changes: 2 additions & 0 deletions subnet.aqua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
aqua SubnetLib declares *

data Worker:
pat_id: string
host_id: string
Expand Down
2 changes: 2 additions & 0 deletions workers.aqua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
aqua WorkersLib declares *

import PeerId from "./builtin.aqua"

-- Available only on rust peers
Expand Down

0 comments on commit 8596851

Please sign in to comment.