ELFIO/elf_examples/test_ppc.cpp

9 lines
96 B
C++
Raw Normal View History

2012-11-26 21:48:22 +00:00
#include <iostream>
int main()
{
std::cout << "Hello" << std::endl;
return 0;
}