4 lines
49 B
TypeScript
Raw Normal View History

assert(true);
assert(1 == 1);
assert(0.5 > 0.4);