8 lines
182 B
Python
8 lines
182 B
Python
from emis_funky_funktions import *
|
|
|
|
from genir import json_to_ir
|
|
from silly_thing import evaluate
|
|
|
|
import json, sys
|
|
|
|
print(evaluate(json_to_ir(json.loads(open(sys.argv[1]).read())))) |