buffered reader and writer

This commit is contained in:
bronku 2025-11-13 17:51:51 +01:00
parent e50051b8e6
commit 6be1112091
5 changed files with 137 additions and 1 deletions

View file

@ -1,4 +1,4 @@
CFLAGS = -g -lc++
CFLAGS = -g -lc++ -std=c++17
build/main: main.cpp build
clang $(CFLAGS) main.cpp -o build/main