export const hello = (): string => {
  return "Hello TSCLI!";
};

export function goodbye(): string {
  return "See you later =)";
}
