Republishing of FIC2014 challenges

This commit is contained in:
nemunaire 2021-10-06 11:33:24 +02:00
commit c54f929846
24 changed files with 329 additions and 117 deletions

View file

@ -11,8 +11,12 @@
<button type="submit" class="btn btn-primary">Importer</button>
</form>
{if isset($pass)}
<h2>Pass</h2>
<pre>{$pass|escape}</pre>
{/if}
{if isset($output)}
<h2>Output</h2>
<pre>{$output}</pre>
<pre>{$output|escape}</pre>
{/if}
{/block}