mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
8 lines
137 B
HTML
8 lines
137 B
HTML
<script src="include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println("Well hello")
|
|
println("friends!")
|
|
});
|
|
</script>
|