diff --git a/NEW_CMakeLists.txt b/NEW_CMakeLists.txt deleted file mode 100644 index 7bd9299..0000000 --- a/NEW_CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -cmake_minimum_required(VERSION 3.10) - -# Project name -project(HelloWorld) - -# Add the executable -add_executable(hello hello.c) diff --git a/hello.c b/hello.c deleted file mode 100644 index 10642f2..0000000 --- a/hello.c +++ /dev/null @@ -1,7 +0,0 @@ -#include - -int main() -{ - printf("hello\n"); - return 0; -}