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