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