level1 done
This commit is contained in:
9
level1/source.c
Normal file
9
level1/source.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
char buf[76];
|
||||
|
||||
gets(buf);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user