ELFIO/elf_examples/test_ppc.cpp

9 lines
88 B
C++
Raw Normal View History

2012-02-18 10:01:36 +00:00
#include <iostream>
int main()
{
std::cout << "Hello" << std::endl;
return 0;
}