Код: Выделить всё
#include
int main()
{
std::cout
Код: Выделить всё
#include
int main()
{
printf("Hello World!");
}
C:\Users\SUPER USER\Desktop>clang a.c
C:\Users\SUPER USER\Desktop>a.out
Hello World!
Подробнее здесь: https://stackoverflow.com/questions/350 ... sing-clang
Мобильная версия