aboutsummaryrefslogtreecommitdiffstats
path: root/toj/php/_json.php
diff options
context:
space:
mode:
Diffstat (limited to 'toj/php/_json.php')
-rw-r--r--toj/php/_json.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/toj/php/_json.php b/toj/php/_json.php
new file mode 100644
index 0000000..b3c443e
--- /dev/null
+++ b/toj/php/_json.php
@@ -0,0 +1,3 @@
+<?php
+echo json_encode("#include <stdio.h>\nint main(){while(scanf(\"%d%d\", &a, &b)==2)printf(\"%d\n\", a+b); return 0;}\n");
+?>