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