``` python
print("hello world!")
```
```C++
#include<iostream>
void main(){
??? cout<<"hello world";
}