Skip to content

Commit

Permalink
Initialize skeleton repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed Jul 18, 2014
0 parents commit 07dfe39
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: bash

script:
- bin/configlet-linux-amd64 .
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# xNimrod

Exercism exercises in Nimrod

## Contributing Guide

Please see the [contributing guide](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data)

## License

The MIT License (MIT)

Copyright (c) 2014 Katrina Owen, _@kytrinyx.com
Binary file added bin/configlet-darwin-386
Binary file not shown.
Binary file added bin/configlet-darwin-amd64
Binary file not shown.
Binary file added bin/configlet-linux-386
Binary file not shown.
Binary file added bin/configlet-linux-amd64
Binary file not shown.
Binary file added bin/configlet-windows-386.exe
Binary file not shown.
Binary file added bin/configlet-windows-amd64.exe
Binary file not shown.
18 changes: 18 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"slug": "nimrod",
"language": "Nimrod",
"repository": "https://github.com/exercism/xnimrod",
"active": false,
"problems": [

],
"deprecated": [

],
"ignored": [

],
"foregone": [

]
}

0 comments on commit 07dfe39

Please sign in to comment.