Through ex1

cat-town
Dan Buch 9 years ago
parent 2fc502900f
commit 6e6507ad38

@ -3,4 +3,4 @@ FROM ubuntu:xenial
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -yq
RUN apt-get install -yq build-essential git
RUN apt-get install -yq build-essential git man

@ -0,0 +1,4 @@
CFLAGS=-Wall -g
clean:
rm -f ex1

@ -1,3 +1,5 @@
#include <stdio.h>
int main(int argc, char *argv[])
{
puts("Hello world.");

Loading…
Cancel
Save