mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 20:29:05 +00:00
9 lines
88 B
C++
9 lines
88 B
C++
|
#include <iostream>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
std::cout << "Hello" << std::endl;
|
||
|
|
||
|
return 0;
|
||
|
}
|