Code Snippets C

#include
int main()
{
printf("I Love Clementine\n");
return (0);
}