fix: ascii logo

This commit is contained in:
Ricardo Arturo Cabral Mejía 2022-12-24 15:59:25 -05:00
parent 86151e0a2d
commit 5205871cc8

View File

@ -38,7 +38,7 @@ export class App implements IRunnable {
`)
const width = 114
const width = 74
const logCentered = (input: string, width: number) => {
const start = (width >> 1) - (input.length >> 1)
console.log(' '.repeat(start), input)