Skip to content

Commit

Permalink
instructions re import
Browse files Browse the repository at this point in the history
  • Loading branch information
GasStationManager committed Nov 25, 2024
1 parent f8c4599 commit a1575c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/templates/challenge_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ <h2>Additional Theorem Signature</h2>
{% if user %}
<h2>Submit Your Solution</h2>
<p>We recommend you write and edit your code in a Lean 4 environment, e.g.
VS Code with Lean4 extension, or the
VS Code with the Lean4 extension, or the
<a href="https://live.lean-lang.org/#code={{ code }}" target="_blank">Lean 4 Web</a> playground (with the signatures loaded).
</p>
<p>You may import additional libraries. The system will scan for lines starting with <code>import</code> and
put them at the beginning when compiling.
</p>
<form action="/challenges/{{ challenge.id }}" method="post">
<input type="hidden" name="challenge_id" value="{{ challenge.id }}">
<input type="hidden" name="session_token" value="{{ request.session.get('token', '') }}">
Expand Down

0 comments on commit a1575c8

Please sign in to comment.