f256/examples/pgztest/pgztest.c
2023-12-31 17:00:25 -06:00

8 lines
80 B
C

#include "f256.h"
int main(void) {
cls();
print("THEY LIVE!");
return 0;
}