Skip to content

Instantly share code, notes, and snippets.

@EmilienMottet
Created March 3, 2021 22:05
Show Gist options
  • Save EmilienMottet/3668e36d42dbdd2491ce3dca43faefd3 to your computer and use it in GitHub Desktop.
Save EmilienMottet/3668e36d42dbdd2491ce3dca43faefd3 to your computer and use it in GitHub Desktop.
{
"default": {
"image": "gcc:latest"
},
"test-c-armstrong-numbers-exercism": {
"script": [
"cd armstrong-numbers",
"make"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment