2 lines
50 B
ChaiScript
2 lines
50 B
ChaiScript
assert_equal("hello, there", "hello, " + "there")
|
assert_equal("hello, there", "hello, " + "there")
|