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