summaryrefslogtreecommitdiff
path: root/private/src/main.zig
blob: 5f397b832beb8f43ba227b1eda741dd34be65e44 (plain)
1
2
3
4
5
const z = @import( "std" );

pub fn main() !void {
  z.debug.print( "hello world\n", .{} );
}