Sha256: 8c19c10e4347fb1f77d66fd418bce50e67282182bde58c3761859ce0fbfa6539
Contents?: true
Size: 379 Bytes
Versions: 37
Compression:
Stored size: 379 Bytes
Contents
diff --git a/makefile b/makefile new file mode 100644 index 0000000..af2dfd5 --- /dev/null +++ b/makefile @@ -0,0 +1,4 @@ +all: helloworld + +helloworld: helloworld.c + gcc -o helloworld helloworld.c diff --git a/ohloh_token b/ohloh_token index 56a6051..d8263ee 100644 --- a/ohloh_token +++ b/ohloh_token @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file
Version data entries
37 entries across 37 versions & 1 rubygems