initial commit
This commit is contained in:
commit
8eec239af6
6 changed files with 314 additions and 0 deletions
9
src/main.zig
Normal file
9
src/main.zig
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// SPDX-FileCopyrightText: 2025 Ben Buhse <me@benbuhse.email>
|
||||
//
|
||||
// SPDX-License-Identifier: EUPL-1.2
|
||||
|
||||
pub fn main() !void {
|
||||
std.debug.print("All your {s} are belong to us.\n", .{"protocol"});
|
||||
}
|
||||
|
||||
const std = @import("std");
|
||||
Loading…
Add table
Add a link
Reference in a new issue