#! /usr/bin/env perl6

use v6;

use lib "../lib";
use Time::Repeat::String;

loop
{
  say expand-time(prompt("Time Expand: "));
}


