@jutge.org/toolkit 4.4.6 → 4.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,9 @@
1
+ The following program is a solution to the problem. Write a problem statement in {{langName}} that describes what the program must do (input/output, constraints, task). Use the same LaTeX macros and structure as in the example.
2
+
3
+ {{#if userPrompt}}
4
+ Additional instructions from the user: {{userPrompt}}
5
+
6
+ {{/if}}
7
+ Program in {{proglangName}}:
8
+
9
+ {{solutionSource}}