Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import std.file;
- import std.stdio;
- import json;
- int main(string[] argv) {
- try {
- stdin.parseJSON.writeJSON!4(stdout);
- } catch (Exception ex) {
- stderr.writeln(ex.msg);
- return 1;
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment