7 lines
82 B
Plaintext
Raw Permalink Normal View History

package HelloWorld api;
fn Main() -> i32 {
Print("Hello World");
return 0;
}