7 lines
148 B
C
Executable file
7 lines
148 B
C
Executable file
#include <stdio.h>
|
|
|
|
/* TODO: Make this check the kernel for version instead */
|
|
int main(void) {
|
|
printf("FENIX PRE_REL 20190903\n");
|
|
return 0;
|
|
}
|