main.zig 91 B

123456
  1. const std = @import("std");
  2. pub fn main() !void {
  3. std.debug.print("hello!\n", .{});
  4. }