9 lines
132 B
Text
9 lines
132 B
Text
#[app::classname("hello_world")]
|
|
#[app::wait(true)]
|
|
#[cfg::CIL(true)]
|
|
|
|
include 'ystdio'
|
|
|
|
func main() {
|
|
io::print("Hello World")
|
|
}
|