ELFIO/tests/elf_examples/test_ppc.cpp
2022-11-10 19:26:05 +02:00

9 lines
90 B
C++

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