Create 1326.c

pull/9/head
KiritoTRw 2016-04-28 09:17:52 +08:00
parent af6480d9f5
commit 39b56ecc22
1 changed files with 6 additions and 0 deletions

6
QUSTOJ/1326.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
int main()
{
printf("**************************\n Very Good!\n**************************\n");
return 0;
}