Aria is an experimental systems programming language built to improve on C.
import std; fn main() { std.print("Hello World!"); }
hello_world.ar
$ aria hello_world.ar Hello World!
Aria is an experimental systems programming language built to improve on C.
import std; fn main() { std.print("Hello World!"); }
$ aria hello_world.ar Hello World!