ELFIO/elf_examples/test_ppc.cpp
2012-11-27 11:45:28 +02:00

9 lines
88 B
C++

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