treesummaryrefslogcommitdiff
path: root/src/main.zig
blob: 8bc4dddbaf88766629b16aeea7735e394d80fbb8 (plain)
1
2
3
4
5
const std = @import("std");

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