79171458

Date: 2024-11-08 20:26:58
Score: 1
Natty:
Report link

If Print "Hello World!."

 #include <stdio.h> //* this is header-File*
 
   void main(){
 
  printf("Hello World!.");
  
  return 0;
}

Saved file .c extention i.e Hello.c

gdb-online-compiler' go to run code.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ayush Sahani