Skip to content

Commit

Permalink
Merge pull request #5 from RVRX/cli
Browse files Browse the repository at this point in the history
Initial CLI Version
  • Loading branch information
RVRX authored Jun 18, 2021
2 parents f89e533 + e578357 commit 3b21a48
Show file tree
Hide file tree
Showing 2 changed files with 540 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,15 @@
*.exe
*.out
*.app
out/*

# CMake
CMakeLists.txt
cmake-build-debug

# Jetbrains IDE files
.idea/*

# Input and Output folders
input/*
output/*
Loading

0 comments on commit 3b21a48

Please sign in to comment.