a429244
1@@ -0,0 +1,6 @@ 2+#include <stdio.h> 3+#include <string.h> 4+ 5+int main() { 6+ puts("just some test"); 7+}