Break loop.

This commit is contained in:
2025-11-23 13:53:36 +01:00
parent 63f9eb48a4
commit 050e85b72a
17 changed files with 708 additions and 36 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
CC = gcc
CFLAGS = -Wall -Wextra -O2 -Isrc
LDFLAGS = -lm
LDFLAGS = -lm -lpthread
SRC_DIR = src
TEST_DIR = tests