f256/examples/pgztest/pgztest.c
2024-01-01 15:50:30 -06:00

8 lines
81 B
C

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