From bf7092ac43a807b2e634156b1848893597d62534 Mon Sep 17 00:00:00 2001 From: "brandon.skewes@outlook.com" Date: Mon, 8 Dec 2025 21:08:08 +1100 Subject: [PATCH] hello from gitea --- build.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/build.zig b/build.zig index 9515f99..0e3e39d 100644 --- a/build.zig +++ b/build.zig @@ -1,5 +1,6 @@ const std = @import("std"); +// hello from gitea // Although this function looks imperative, it does not perform the build // directly and instead it mutates the build graph (`b`) that will be then // executed by an external runner. The functions in `std.Build` implement a DSL