Image below should have name under it
#include <stdio.h> int main() { printf("Hello World!"); return 0; }
Code above should be colored accordingly