79240795

Date: 2024-12-01 02:21:14
Score: 2
Natty:
Report link

a.out is the default name for executables. You can run it by running
./a.out
Alternatively, run
gcc -o hello.c hello
to name your executable "hello".

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28567043