8 lines
81 B
C
8 lines
81 B
C
#include "f256.h"
|
|
|
|
|
|
int main(void) {
|
|
cls();
|
|
print("F256 LIVES!");
|
|
return 0;
|
|
}
|