chore: make stuff work

This commit is contained in:
Jacob Jonsson 2025-11-30 22:52:22 +01:00
parent 936bf470c7
commit 1e4c90822a
Signed by: Jassob
GPG key ID: 7E30B9B047F7202E
4 changed files with 267 additions and 117 deletions

View file

@ -1,3 +1,3 @@
//! By convention, root.zig is the root source file when making a library.
const std = @import("std");
pub const bot = @import("bot.zig");