1
0
mirror of https://github.com/serge1/ELFIO.git synced 2025-03-01 01:13:29 +00:00
2012-11-27 11:45:28 +02:00

9 lines
88 B
C++

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