post-sample

Hello!

This is code

print 'hello world'
for (int i = 0; i < 10; i++){
    cout << i << endl;
}
cout << "hello world" << endl;