Skip to content

Commit 6c4f0f4

Browse files
committed
style: add TODO comment to C++ stub for consistency
1 parent a277b6f commit 6c4f0f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

concore_cli/commands/init.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
" while (concore.unchanged()) {\n"
9494
' val = concore.read(1, "data", init_val);\n'
9595
" }\n"
96+
" // TODO: process val (e.g. multiply by 2)\n"
9697
' concore.write(1, "result", val, 0);\n'
9798
" }\n"
9899
" return 0;\n"

0 commit comments

Comments
 (0)