import io;
import string;
fun main(): int {
var str.construct("hello strings"): string::string;
io::println(str);
return 0;
}