@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main(void) {
+ int i=0;
+ printf("hello,world\n");
+ return 0;
+}