There was an error while loading. Please reload this page.
1 parent eaba1aa commit de36a82Copy full SHA for de36a82
CMakeLists.txt
@@ -0,0 +1,6 @@
1
+cmake_minimum_required(VERSION 3.17)
2
+project(minimum_spanning_tree)
3
+
4
+set(CMAKE_CXX_STANDARD 11)
5
6
+add_executable(minimum_spanning_tree main.cpp)
0 commit comments