79588640

Date: 2025-04-23 12:44:33
Score: 0.5
Natty:
Report link

you’re not pulling in the C++ standard library

if you're on macOS, do this :

clang++ Hello.cpp -o hello
./hello

or if you’ve installed GCC via homebrew, do this :

g++-13 Hello.cpp -o hello
./hello
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bilal El Mahdaoui