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."
|
||||
}
|
||||
Reference in New Issue
Block a user