import { log } from '../common';

const now = new Date();
log.info(`\n👋 Hello World! \n${now.toString()}\n`);
