Initial commit.

This commit is contained in:
2022-08-07 21:37:16 +01:00
commit d60051f6fd
4 changed files with 512 additions and 0 deletions

6
CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.23)
project(dddiff C)
set(CMAKE_C_STANDARD 99)
add_executable(dddiff main.c)