we are writing an single line comment.
#include <stdio.h> int main() { printf("Hello World!"); // This is a comment return 0; }