summaryrefslogtreecommitdiff
path: root/prints.c
diff options
context:
space:
mode:
Diffstat (limited to 'prints.c')
-rw-r--r--prints.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/prints.c b/prints.c
new file mode 100644
index 0000000..cd088af
--- /dev/null
+++ b/prints.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+int main()
+{
+// printf("?/?=\n");
+ printf("??=\n");
+ return 0;
+}