opal/trunk/tasks/task.js
2012-03-20 04:24:12 +00:00

34 lines
684 B
JavaScript

{
"title": "Example task",
"author": "Anton Vakhrushev",
"models": {
"simpleexample": {
"title": "Simple model for example",
"author": "Anton Vakhrushev",
"date": "2012-03-08",
"params": {
"x": {
"type": "int",
"default": 10
},
"u": {
"type": "double",
"default": 3.14
},
"n": {
"type": "int",
"default": 1000
}
}
}
}
}