Skip to content

Commit 19dfbff

Browse files
committed
[dana] Fix IntXor program and result
1 parent f270724 commit 19dfbff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dana/programs/IntXor.dana

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main
4646
var A B X is int[15]
4747

4848
# Read input
49-
writeString: "Input 2 non negative integers"
49+
# writeString: "Input 2 non negative integers"
5050
a := readInteger()
5151
b := readInteger()
5252

0 commit comments

Comments
 (0)