Added readme and license files

This commit is contained in:
ookami125 2025-04-18 12:00:02 -04:00
parent 4aa7fc1ff4
commit 7d1962307c
12 changed files with 627 additions and 0 deletions

View file

@ -1,3 +1,6 @@
// Copyright 2025 Clockwork Labs, Licensed under Apache-2.0
// Copyright 2025 Tyler Peterson, Licensed under Apache-2.0
const std = @import("std");
const spacetime = @import("spacetime.zig");
comptime { _ = spacetime; }