1
0
mirror of https://github.com/serge1/ELFIO.git synced 2025-03-26 08:37:00 +00:00
2020-08-09 22:43:30 -07:00

9 lines
88 B
C++

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