FENIX_coreutils/true.c

6 lines
60 B
C
Executable File

#define _POSIX_C_SOURCE 200809L
int main() {
return 0;
}