Sha256: 5b8db34fc910aa71eec2dafd07bf8a3a4390526aea9ea220cd1ed9d87c468868
Contents?: true
Size: 163 Bytes
Versions: 3
Compression:
Stored size: 163 Bytes
Contents
#include <stdio.h> void print_world( void ); int main( int argc, char** argv ) { printf( "Hello " ); print_world(); printf( "!\n" ); return 0; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubu-0.0.3 | example/src/hello_world.c |
rubu-0.0.2 | example/src/hello_world.c |
rubu-0.0.1 | example/src/hello_world.c |