mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 08:34:59 +00:00
7 lines
137 B
HTML
7 lines
137 B
HTML
<script src="include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println("Well hello")
|
|
println("friends!")
|
|
});
|
|
</script>
|