#!/usr/bin/env node
import chalk from 'chalk';

console.log(chalk.green('Hello world!'));
