ELFIO/elf_examples/test_ppc.cpp
Serge Lamikhov-Center 4d165a6d42 Convert to UNIX EOL
2012-11-26 23:48:22 +02:00

9 lines
96 B
C++

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