1
0
mirror of https://github.com/serge1/ELFIO.git synced 2025-04-01 19:20:33 +00:00
2020-08-09 22:43:30 -07:00

9 lines
75 B
C

#include <stdio.h>
int main()
{
printf( "Hello\n" );
return 0;
}