Skip to content

Commit 35bf73d

Browse files
author
venslu
authored
Merge pull request #2 from andylokandy/master
Cleanup codes and add release target
2 parents 36c6605 + 309af50 commit 35bf73d

File tree

11 files changed

+2592
-65
lines changed

11 files changed

+2592
-65
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target

.vscode/settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"files.associations": {
3+
"*.sc": "scala",
4+
"array": "cpp",
5+
"*.tcc": "cpp",
6+
"functional": "cpp",
7+
"istream": "cpp",
8+
"tuple": "cpp",
9+
"utility": "cpp",
10+
"memory": "cpp"
11+
}
12+
}

0 commit comments

Comments
 (0)