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:51 -05:00 committed by GitHub
parent 7d95e20b94
commit 743f4bc76f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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