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:
parent
7d95e20b94
commit
743f4bc76f
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
// TEST YOUR (TTY) MIGHT: DOOM FIRE!
|
||||
// (c) 2022 const void*
|
||||
//
|
||||
// Copy/paste as it helps!
|
||||
//
|
||||
const std = @import("std");
|
||||
const allocator = std.heap.page_allocator;
|
||||
const stdout = std.io.getStdOut().writer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue