Skip to content

Commit

Permalink
chore: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
xXenvy committed Jul 25, 2024
1 parent b69cd8d commit cfb8e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/demo.zk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def main() {
println("Hello World!");
a: int = 1024;
b: int = 2048;
var a: int = 1024;
var b: int = 2048;
println(a + b);
}

Expand Down

0 comments on commit cfb8e0d

Please sign in to comment.