ELFIO/tests/elf_examples/test_ppc.cpp

9 lines
90 B
C++
Raw Normal View History

2012-11-27 09:45:28 +00:00
#include <iostream>
int main()
{
std::cout << "Hello" << std::endl;
return 0;
2012-11-27 09:45:28 +00:00
}