1import * as logic from '../logic'; 2 3export function run() { 4 console.log(logic.getSecondsInDay()); 5} 6