robot-simulator
This commit is contained in:
22
robot-simulator/.exercism/config.json
Normal file
22
robot-simulator/.exercism/config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"authors": [
|
||||
"jiegillet"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/robot_simulator.gleam"
|
||||
],
|
||||
"test": [
|
||||
"test/robot_simulator_test.gleam"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.gleam"
|
||||
],
|
||||
"invalidator": [
|
||||
"gleam.toml",
|
||||
"manifest.toml"
|
||||
]
|
||||
},
|
||||
"blurb": "Write a robot simulator.",
|
||||
"source": "Inspired by an interview question at a famous company."
|
||||
}
|
||||
1
robot-simulator/.exercism/metadata.json
Normal file
1
robot-simulator/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"gleam","exercise":"robot-simulator","id":"09f398f0a29f4e6d9e8c542184b210a7","url":"https://exercism.org/tracks/gleam/exercises/robot-simulator","handle":"fw353qwgs","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user