about summary refs log tree commit diff
path: root/src/monkey_brain/main.zig
blob: d488c546512a06e9df04376bec1a31dba930485b (plain)
1
2
3
4
5
const std = @import("std");

pub fn main() !void {
    std.debug.print("uga buga", .{});
}