13 lines
146 B
Plaintext
13 lines
146 B
Plaintext
import node_counter: *
|
|
|
|
#ctce_pass(node_counter::node_counter_test)
|
|
|
|
fun small_func() {
|
|
println("hello")
|
|
}
|
|
|
|
fun main(): int {
|
|
return 0
|
|
}
|
|
|