Skip to content
Snippets Groups Projects
Select Git revision
  • 7ecbeb118c6b8ec2b9ba4834b4eb06a51a169794
  • main default protected
  • 1-fix-assignment-errors
  • testsfail
4 results

build.gradle

Blame
  • matches.scala.html 188 B
    @(beagles: Int, found: Int)
    
    <!DOCTYPE html>
    <html>
    <head lang="en">
        <meta charset="UTF-8">
        <title></title>
    </head>
    <body>
    
      You found @found of @beagles beagles.
    
    </body>
    </html>