Sha256: 8aa353946106616f72a12f8807a93e58a7d267e94432572102e1de2c2e143a08
Contents?: true
Size: 177 Bytes
Versions: 37
Compression:
Stored size: 177 Bytes
Contents
diff --git a/makefile b/makefile new file mode 100644 --- /dev/null +++ b/makefile @@ -0,0 +1,4 @@ +all: helloworld + +helloworld: helloworld.c + gcc -o helloworld helloworld.c
Version data entries
37 entries across 37 versions & 1 rubygems