PracticeDev/study_clang/makefile_1/watch.c

6 lines
67 B
C
Raw Permalink Normal View History

2022-12-20 17:31:11 +08:00
#include<stdio.h>
void watch()
{
printf("watch TV today\n");
}