7 lines
77 B
Text
7 lines
77 B
Text
void local fn Start
|
|
printf @"Hello, World!"
|
|
end fn
|
|
|
|
fn Start
|
|
|
|
HandleEvents
|