This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-05 00:00:00 +00:00
parent 0ef494b681
commit aea97698c3
48 changed files with 840 additions and 798 deletions

View File

@@ -4,6 +4,6 @@
#include <stdlib.h>
int main(void) {
puts("hello");
return EXIT_SUCCESS;
puts("hello");
return EXIT_SUCCESS;
}