David Gonzalez Martin dfcda18a70 Improve clang integration
LLVM can now be compiled with nat
2024-03-27 16:51:20 -06:00

8 lines
84 B
C++

#include <iostream>
int main()
{
std::cout << "Hello world\n";
return 0;
}