f256/examples/pgztest/pgztest.c
Scott Duensing 4cedb359a2 It lives!
2024-01-01 19:04:19 -06:00

8 lines
83 B
C

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