diff options
Diffstat (limited to 'src/main/kotlin/moe/nea89/website/AsciiArt.kt')
-rw-r--r-- | src/main/kotlin/moe/nea89/website/AsciiArt.kt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea89/website/AsciiArt.kt b/src/main/kotlin/moe/nea89/website/AsciiArt.kt new file mode 100644 index 0000000..6acc8b5 --- /dev/null +++ b/src/main/kotlin/moe/nea89/website/AsciiArt.kt @@ -0,0 +1,5 @@ +package moe.nea89.website + +import kotlinext.js.require + +val boobs = require("./asciiart/boob.txt") as String
\ No newline at end of file |