| Problem | helloworld |
|---|---|
| User | Elnathan |
| Submission Time | 2023-12-17 14:41:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:1:8: error: ‘puts’ was not declared in this scope
1 | main(){puts("Hello World");}
| ^~~~