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