Added final assignment
This commit is contained in:
6
TheAlgorithmicOrganizer/CMakeLists.txt
Normal file
6
TheAlgorithmicOrganizer/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
cmake_minimum_required(VERSION 4.0)
|
||||||
|
project(TheAlgoeithmicOrganizer)
|
||||||
|
|
||||||
|
set(CMAKE_CXX_STANDARD 20)
|
||||||
|
|
||||||
|
add_executable(TheAlgoeithmicOrganizer main.cpp)
|
||||||
7
TheAlgorithmicOrganizer/main.cpp
Normal file
7
TheAlgorithmicOrganizer/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
std::cout << "Hello, World!" << std::endl;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user