#include "library.h" void main() { print("Greetings, Human."); new_line(); print("six times nine plus eleven is "); print(6*9+11); new_line(); }