Skip to content

Commit

Permalink
updated input jur
Browse files Browse the repository at this point in the history
  • Loading branch information
JVerbruggen committed Dec 17, 2021
1 parent e1fea0c commit 6baa6a9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions input.jur
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
if 2==2{
print "2 == 2 is true"
}else{
print "2 == 2 is false"
}

i = 0
while i < 5{
print "loooop"
i = i + 1
}

func printstringone {
print "one"
}
Expand Down

0 comments on commit 6baa6a9

Please sign in to comment.