aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/windows_entry_points/main.zig
blob: a3a4fae0d439e4b5360d406e3429b3898beab467 (plain)
1
2
3
4
5
const std = @import("std");

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