RosettaCodeData/Task/Assertions/Nim/assertions-1.nim
2023-07-01 13:44:08 -04:00

2 lines
38 B
Nim

var a = 42
assert(a == 42, "Not 42!")