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