mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
8 lines
137 B
HTML
8 lines
137 B
HTML
<script src="include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println("Well hello")
|
|
println("friends!")
|
|
});
|
|
</script>
|