6 lines
75 B
Text
6 lines
75 B
Text
use std assert
|
|
|
|
export def test_addition [] {
|
|
assert equal (1 + 2) 3
|
|
}
|
|
|