This commit is contained in:
2023-04-01 16:05:06 +03:00
commit eb021729fa
3 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.24)
project(vize C)
set(CMAKE_C_STANDARD 11)
add_executable(vize
main.c)