mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-15 10:05:13 +00:00
10 lines
568 B
JavaScript
10 lines
568 B
JavaScript
const { commit } = require('./app/commit.json');
|
|
|
|
console.log(`
|
|
★═══════════════════════════════════════★
|
|
B O L T . D I Y
|
|
⚡️ Welcome ⚡️
|
|
★═══════════════════════════════════════★
|
|
`);
|
|
console.log('📍 Current Commit Version:', commit);
|
|
console.log('★═══════════════════════════════════════★');
|