You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
230 B
10 lines
230 B
5 years ago
|
json.hack do
|
||
|
json.(@hack, :difficult, :time_limit, :description, :score)
|
||
|
json.language @hack.language
|
||
|
json.username @hack.user.real_name
|
||
|
json.code @my_hack.code
|
||
|
end
|
||
|
|
||
|
json.test_case do
|
||
|
json.input @hack.input_test_case
|
||
|
end
|