Get wrong answer in HELLO WORLD

I Write code HELLO WORLD, Code run sucessfully but i get wrong answer. I need help for submit successfully. My code is written below -

#include <stdio.h>

int main(void) {
//(“HELLO WORLD!/n”);//
return 0;
}

Remove this line //(“HELLO WORLD!/n”);//
to (“HELLO WORLD!/n”);

you have negelected the Hello World by adding //.