Hello, world!

プログラムはfn main()から始まります。
プログラムの拡張子は「.ad」を推奨します。

// main.ad
fn main() {
    println!("Hello, world!");
}
$ make main.ad
Hello, world!