/******************************************************************************
Online C3 Compiler.
Code, Compile, Run and Debug C3 program online.
Write your code in this editor and press "Run" button to execute it.
*******************************************************************************/
import std::io;
fn void main() {
io::printn("Hello World");
}