Code Snippets C

#include
int main(void)
{
printf("I Love Clementine");
printf("I am Superman");
printf("666");
return 0;
}