Skip to content

Commit 93330f0

Browse files
committed
for loops
1 parent 66291a0 commit 93330f0

24 files changed

+1385
-81
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ typings/
6161
.next
6262

6363
tmp
64+
65+
.DS_Store
66+

Project.sublime-project

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"folders": [
3+
{
4+
"path": ".",
5+
}
6+
],
7+
"settings": {
8+
"SublimeAnarchyDebug": {
9+
"debug": {
10+
"executable": "${project_path}/test/circuits/add",
11+
"params": [
12+
"addin.json",
13+
"out.bin",
14+
],
15+
"path": [
16+
],
17+
"environment": [
18+
],
19+
"working_dir": "${project_path}"
20+
}
21+
}
22+
}
23+
}
24+

0 commit comments

Comments
 (0)