#!/bin/bash

function reporter.print {

    echo -n "$1"

}
