mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
8 lines
89 B
C++
8 lines
89 B
C++
|
#include <stdio.h>
|
||
|
|
||
|
int main(int argc, char* argv[])
|
||
|
{
|
||
|
printf("Sortix\n");
|
||
|
return 0;
|
||
|
}
|