Start again
This commit is contained in:
parent
f06d627578
commit
2fc502900f
6
lcthw-remnants-2/Dockerfile
Normal file
6
lcthw-remnants-2/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM ubuntu:xenial
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN apt-get update -yq
|
||||
RUN apt-get install -yq build-essential git
|
6
lcthw-remnants-2/ex1.c
Normal file
6
lcthw-remnants-2/ex1.c
Normal file
@ -0,0 +1,6 @@
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
puts("Hello world.");
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user