Files
SimplexTASK/main.cpp
T
2024-09-17 17:08:14 +03:00

7 lines
79 B
C++

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