summaryrefslogblamecommitdiff
path: root/example-cross-compile/lin.zig
blob: 9eb2ee806dde58e7c1c27a69c03cc55d03fa4c3a (plain) (tree)
1
2
3
4
5




                                          
const print = @import("std").debug.print;

pub fn main() void {
    print("hello from zig main()\n", .{});
}