Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Кукочкина София Александровна
Lab_3
Commits
98201d25
Commit
98201d25
authored
1 month ago
by
Кукочкина София Александровна
Browse files
Options
Download
Patches
Plain Diff
initial commit
parents
main
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+8
-0
.gitignore
CMakeLists.txt
+6
-0
CMakeLists.txt
application.cpp
+6
-0
application.cpp
application.h
+0
-0
application.h
with
20 additions
and
0 deletions
+20
-0
.gitignore
0 → 100644
+
8
−
0
View file @
98201d25
out/
.vs/
CMakeSettings.json
cmake-build-debug/
cmake-build-release/
.idea/
build/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
CMakeLists.txt
0 → 100644
+
6
−
0
View file @
98201d25
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
This diff is collapsed.
Click to expand it.
application.cpp
0 → 100644
+
6
−
0
View file @
98201d25
#include
<iostream>
int
main
()
{
std
::
cout
<<
"it`s pacman!"
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
application.h
0 → 100644
+
0
−
0
View file @
98201d25
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets