File size: 567 Bytes
539389e |
1 2 3 4 5 6 7 8 9 10 |
const { commit } = require('./app/commit.json');
console.log(`
β
ββββββββββββββββββββββββββββββββββββββββ
B O L T . D I Y
β‘οΈ Welcome β‘οΈ
β
ββββββββββββββββββββββββββββββββββββββββ
`);
console.log('π Current Commit Version:', commit);
console.log('β
ββββββββββββββββββββββββββββββββββββββββ
'); |