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