feat: добавление файлов конфигурации Zig и обновление .gitignore
Some checks failed
Test / cargo test (push) Failing after 47s

This commit is contained in:
2026-02-05 01:40:47 +04:00
parent 40e7d88fd0
commit 8f57a8f0f9
3 changed files with 84 additions and 0 deletions

5
build.zig Normal file
View File

@@ -0,0 +1,5 @@
const std = @import("std");
pub fn build(b: *std.Build) void {
_ = b; // stub
}