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

pub fn main() !void {}