Program
s6
/*
First Program
*/
#include <stdio.h>
main(){printf("I like Tacos\n");return 0;