summaryrefslogtreecommitdiff
path: root/example/src/main/kotlin/moe/nea89/website/test/AsciiArt.kt
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2022-08-20 15:48:04 +0200
committernea <romangraef@gmail.com>2022-08-20 15:48:04 +0200
commit6207fd482a685527fda286e0df5d4fa87aa85149 (patch)
tree497bc3aa56286ce29224ae83382396ee69462e82 /example/src/main/kotlin/moe/nea89/website/test/AsciiArt.kt
parent893ece6b2f02329d460538311f572cb5b1936d3f (diff)
downloadneamoe-6207fd482a685527fda286e0df5d4fa87aa85149.tar.gz
neamoe-6207fd482a685527fda286e0df5d4fa87aa85149.tar.bz2
neamoe-6207fd482a685527fda286e0df5d4fa87aa85149.zip
subprojectification
Diffstat (limited to 'example/src/main/kotlin/moe/nea89/website/test/AsciiArt.kt')
-rw-r--r--example/src/main/kotlin/moe/nea89/website/test/AsciiArt.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/src/main/kotlin/moe/nea89/website/test/AsciiArt.kt b/example/src/main/kotlin/moe/nea89/website/test/AsciiArt.kt
new file mode 100644
index 0000000..30123f6
--- /dev/null
+++ b/example/src/main/kotlin/moe/nea89/website/test/AsciiArt.kt
@@ -0,0 +1,5 @@
+package moe.nea89.website.test
+
+import kotlinext.js.require
+
+val boobs = require("./asciiart/boob.txt") as String \ No newline at end of file