handle answers

This commit is contained in:
2025-09-17 19:08:35 +02:00
parent 7ba33e248f
commit c9c717f1e3
3 changed files with 18 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ type CipherTemplateS struct {
Coordinates string
Solution string
Help int
Wrong bool
}
var CipherTemplate = template.Must(template.ParseFiles("templates/assignment.html"))