cmake_minimum_required(VERSION 3.23)
project(untitled3 C)

set(CMAKE_C_STANDARD 11)

add_executable(untitled3 main.c bloom.h hashes.h bloom.c)
