We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c109e0 commit 20e387eCopy full SHA for 20e387e
HackerRank/CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.20)
2
3
-project(hacker_rank LANGUAGES CXX)
+project("hacker_rank" LANGUAGES CXX)
4
5
set(CMAKE_C_STANDARD 20)
6
SET(CMAKE_C_STANDARD_REQUIRED ON)
0 commit comments