import * as fs from "fs";
export default function asciiArt() {
console.log(fs.readFileSync("asciiart.txt", "utf-8"));
}