Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
github-classroom[bot] committed Apr 5, 2022
0 parents commit c444169
Show file tree
Hide file tree
Showing 7 changed files with 18,015 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
data/
cmake-build-debug/
cmake-build-release/
.idea/
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.20)
project(22s_final_proj)

set(CMAKE_CXX_STANDARD 14)

add_executable(22s_final_proj main.cpp catch_setup.cpp)
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Spring 2022 Final Project

## Important:

- You DO NOT need to implement GitHub Actions for the final project.
- DO NOT attempt to push the data set for this project to Github.
- Make sure your data folder is in the `.gitignore` file

## Links:

- Tutorial on RapidJSON by TA Christian > [here](https://github.com/Gouldilocks/rapidTutorial) <.
Loading

0 comments on commit c444169

Please sign in to comment.