Create 1326.c

This commit is contained in:
KiritoTRw 2016-04-28 09:17:52 +08:00
parent af6480d9f5
commit 39b56ecc22

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;
}