about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-01-05 15:32:57 +0100
committerBaitinq <[email protected]>2025-01-05 15:32:57 +0100
commit324c53881eb21de4331a899f0724a6ea06c5efab (patch)
tree2a67fb5b519fb87247f1dcf419d22ce513082f7e /src
downloadinterpreter-324c53881eb21de4331a899f0724a6ea06c5efab.tar.gz
interpreter-324c53881eb21de4331a899f0724a6ea06c5efab.tar.bz2
interpreter-324c53881eb21de4331a899f0724a6ea06c5efab.zip
Initial commit
Diffstat (limited to 'src')
-rw-r--r--src/main.zig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.zig b/src/main.zig
new file mode 100644
index 0000000..f92e181
--- /dev/null
+++ b/src/main.zig
@@ -0,0 +1,5 @@
+const std = @import("std");
+
+pub fn main() !void {
+    std.debug.print("All your {s} are belong to us.\n", .{"codebase"});
+}