Skip to content

Commit cc3c39f

Browse files
committed
Cleanup codes
Signed-off-by: Andy Lok <andylokandy@hotmail.com>
1 parent 36c6605 commit cc3c39f

File tree

11 files changed

+2576
-64
lines changed

11 files changed

+2576
-64
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)