initial commit

parents
No related merge requests found
Showing with 20 additions and 0 deletions
+20 -0
.gitignore 0 → 100644
out/
.vs/
CMakeSettings.json
cmake-build-debug/
cmake-build-release/
.idea/
build/
\ No newline at end of file
cmake_minimum_required(VERSION 3.10)
project(pacman)
add_executable(proga application.cpp )
#add_subdirectory(./linalg/)
#target_link_libraries(proga PUBLIC pacman)
\ No newline at end of file
#include<iostream>
int main() {
std::cout << "it`s pacman!";
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment