1
0
mirror of https://github.com/serge1/ELFIO.git synced 2025-03-24 07:43:28 +00:00

9 lines
88 B
C++
Raw Normal View History

2012-11-27 11:45:28 +02:00
#include <iostream>
int main()
{
std::cout << "Hello" << std::endl;
return 0;
}