1
Fork 0
mirror of https://github.com/RGBCube/DOOM-fire-zig synced 2025-07-28 09:37:44 +00:00

Update main.zig

This commit is contained in:
const void* 2022-01-15 19:23:27 -05:00 committed by GitHub
parent 0677c0fb42
commit 7d95e20b94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
// TEST YOUR (TTY) MIGHT: DOOM FIRE!
// (c) 2022 const*void
// (c) 2022 const void*
const std = @import("std");
const allocator = std.heap.page_allocator;
const stdout = std.io.getStdOut().writer();