Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Legomegger committed Jul 2, 2018
1 parent 45b6bc1 commit 91b0df2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/brain-games
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/php
<?php
echo "Welcome to Brain Games!\n";
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "coolcat/brain-games",
"description": "Project Lvl 1",
"authors": [
{
"name": "Legomegger",
"email": "[email protected]"
}
],
"require": {},
"bin": [
"bin/brain-games"
]
}

0 comments on commit 91b0df2

Please sign in to comment.