10 lines
101 B
Plaintext
10 lines
101 B
Plaintext
// Cycle test B -> A
|
|
include "examples/cycle_a.nyash"
|
|
|
|
static box B {
|
|
main() {
|
|
return 0
|
|
}
|
|
}
|
|
|