<!DOCTYPE html>
<script src="include.js"></script>
<script>
test(() => {
println("Well hello")
println("friends!")
});
</script>