lab1 done

This commit is contained in:
dDogge 2024-11-12 12:53:50 +01:00
parent 8b87ead3b9
commit 4eedfb85f5
56 changed files with 316 additions and 71 deletions

View file

@ -25,6 +25,8 @@ PROGS = read-words example-out
all: $(PROGS)
test: ./example-out ./read-words
# Phony targets
.PHONY: all test clean distclean

View file

@ -0,0 +1,2 @@
And this is written to stderr
And some more to stderr

BIN
lab1/stream-examples/example-out Executable file

Binary file not shown.

View file

@ -0,0 +1 @@
example-out: example-out.cc

View file

@ -0,0 +1,2 @@
This text is written to stdout
More text to stdout

BIN
lab1/stream-examples/read-words Executable file

Binary file not shown.

View file

@ -0,0 +1 @@
read-words: read-words.cc