We still need to come up with some content...

Code looks pretty neat:

fn test(f: str) -> str {
    return f
}

let a = "foo";

print!(test(a));

Needed to add some more content to test CI