Skip to content

Commit dd8c2c5

Browse files
committed
first commit
0 parents  commit dd8c2c5

File tree

7 files changed

+4070
-0
lines changed

7 files changed

+4070
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Unwanted files
2+
target
3+
4+
# Backup files
5+
.DS_Store
6+
thumbs.db
7+
*~
8+
*.rs.bk
9+
*.swp
10+
11+
# clion
12+
.idea
13+
*.iml

0 commit comments

Comments
 (0)