export function test(content:String){
    console.log(content);
}