Move io
This commit is contained in:
16
input/program.nub
Normal file
16
input/program.nub
Normal file
@@ -0,0 +1,16 @@
|
||||
import "core";
|
||||
|
||||
func main() {
|
||||
println("test");
|
||||
println(true);
|
||||
|
||||
if strlen("1") == 1 {
|
||||
println("1");
|
||||
} else if false {
|
||||
println("2");
|
||||
} else if true {
|
||||
println("3");
|
||||
} else {
|
||||
println("4");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user