FENIX_coreutils/fenver.c

8 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;
}