Код: Выделить всё
#include
int main() {
printf("Hello World");
return 0;
}
Я использую vscode и расширение для выполнения кода.
Подробнее здесь: https://stackoverflow.com/questions/791 ... a-c-script
Код: Выделить всё
#include
int main() {
printf("Hello World");
return 0;
}