6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
|
main() {
|
||
|
loop i := 0..10 {
|
||
|
assert i >= 0
|
||
|
assert i < 10
|
||
|
}
|
||
|
}
|