mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 20:29:05 +00:00
9 lines
75 B
C
9 lines
75 B
C
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf( "Hello\n" );
|
|
|
|
return 0;
|
|
}
|