| Problem | helloworld | 
|---|---|
| User | JJAAMM | 
| Submission Time | 2023-09-13 00:25:35 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:28: error: expected ‘;’ before ‘}’ token
    5 |  std::cout << "Hello World"
      |                            ^
      |                            ;
    6 | 
    7 |  }
      |  ~