Init to new form Information def hello_world puts 'Hello World!' end #include <iostream> void foo() { std::cout << "foo()" << std::endl; } int main(void) { foo(); return 0; }