<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Hare Playground</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="codapi.js"></script> <script src="codapi-settings.js"></script> <script src="highlight.min.js"></script> <link rel="stylesheet" href="codapi.css" /> <link rel="stylesheet" href="github.min.css" /> <link rel="stylesheet" href="writ.min.css" /> <link rel="stylesheet" href="style.css" /> </head> <body> <h1>Hare Playground</h1> <span> <a href="https://harelang.org/">Hare Lang</a> | <a href="https://docs.harelang.org/">Standard Library Reference</a> </span> <div class="editor language-c">Sorry, this playground requires JavaScript. :(</div> <codapi-settings url="/v1"></codapi-settings> <codapi-snippet sandbox="hare" editor="external" selector=".editor"></codapi-snippet> <footer> <p> built by <a href="https://hachyderm.io/@jer">jan-erik</a> / <a href="https://fnordig.de">fnordig.de</a> </p> </footer> <script type="module" src="app.js"></script> </body> </html>