Improve c++ toolchain testing

This commit is contained in:
Denis Benato 2024-12-08 02:52:00 +01:00
parent 5afe102a18
commit 7d7e7eb0fc

10
test_compiler.cpp Normal file
View file

@ -0,0 +1,10 @@
#include <iostream>
using namespace std;
int main() {
cout << "Hello world!" << endl;
return 0;
}