mu/tutorial/task2.mu
2021-10-20 12:01:55 -07:00

8 lines
80 B
Forth

fn test-1 {
check-ints-equal 1, 2, "F - test-1"
}
fn main {
# do nothing
}