デバッグ表示を分かりやすく2(v4.3)

This commit is contained in:
2025-07-05 14:06:37 +09:00
parent c3ab3a8456
commit 568ae7abf6
9 changed files with 46 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
import * as fs from "fs";
export default function asciiArt() {
console.log(fs.readFileSync("asciiart.txt", "utf-8"));
}