6 lines
72 B
Python
Executable file
6 lines
72 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
import sys
|
|
import json
|
|
|
|
j = json.load(sys.stdin)
|