PracticeDev/study_clang/makefile_1/play.c

6 lines
71 B
C
Raw Permalink Normal View History

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