Files
SimplexTASK/main.cpp
T

7 lines
100 B
C++

#include <stdio.h>
// main file-executor
int main() {
printf("Hello World!\n");
return 0;
}