diff options
| author | Andrei F <[email protected]> | 2022-10-12 22:11:00 -0700 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-10-12 22:11:00 -0700 |
| commit | 260daa916f044105b5e5aaf16e7b15dc1329b695 (patch) | |
| tree | 9a9dce4f5f1c305e49841d3e1848fe5e09c56430 /.idea/misc.xml | |
| parent | Added gitignore file (diff) | |
| download | cst116-chapter8-debugging-florea-260daa916f044105b5e5aaf16e7b15dc1329b695.tar.xz cst116-chapter8-debugging-florea-260daa916f044105b5e5aaf16e7b15dc1329b695.zip | |
Added my name and other details to the top of the main file
Diffstat (limited to '.idea/misc.xml')
| -rw-r--r-- | .idea/misc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..79b3c94 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" /> +</project>
\ No newline at end of file |