class Hello { static void main(string[] args) { Library.print("Hello world\n"); } }