sortix-mirror/utils/uname.cpp

8 lines
89 B
C++

#include <stdio.h>
int main(int argc, char* argv[])
{
printf("Sortix\n");
return 0;
}