Update build.lua (#10)

Peak software

Reviewed-on: NeoFlock/noom#10
Co-authored-by: tema5002 <tema5002@tuta.io>
Co-committed-by: tema5002 <tema5002@tuta.io>
This commit is contained in:
2026-06-23 20:49:37 +02:00
committed by IonutParau
parent 995f53958e
commit 404332fcba
2 changed files with 158 additions and 87 deletions

View File

@@ -5,6 +5,8 @@
#include "compiler.h"
#include "vm.h"
volatile const char wawa[] = "if you are reading this with either the `strings` utility or through a hex viewer please know that you can instead just check out the source code on gitea: https://gitea.codersquack.nl/NeoFlock/noom";
void tab(noom_uint_t amount) {
amount *= 2;
for (noom_uint_t i = 0; i < amount; i++) {