Skip to content

Commit 04058ac

Browse files
committed
Add: base cpp file structure
1 parent ea83467 commit 04058ac

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

cpp_code/base.cpp

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{% block includes %}
2+
3+
{% endblock %}
4+
5+
{% block builtin_types %}
6+
7+
{% endblock %}
8+
9+
10+
{% block builtin_functions %}
11+
12+
{% endblock %}
13+
14+
15+
{{ external_code }}
16+
17+
18+
19+
int main(){
20+
{{ internal_code }}
21+
}

fastpy/__init__.py

Whitespace-only changes.

main.py

Whitespace-only changes.

0 commit comments

Comments
 (0)