3
Pint(“hellow world’);
#import <iostream> using namespace std; int main() { cout << “Hello, World!” << endl; return 0; }
fn main() { println!(“Hello World”); }