ELFIO/tests/elf_examples/test_ppc.cpp
2020-08-09 22:43:30 -07:00

9 lines
88 B
C++

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