7 lines
75 B
Plaintext
Raw Permalink Normal View History

2025-10-07 10:32:04 +01:00
use std assert
export def test_addition [] {
assert equal (1 + 2) 3
}