Skip to content

Commit 650696f

Browse files
committed
First commit
1 parent 04ad27d commit 650696f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

bin/brain-games.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?php
2+
echo "Welcome to the Brain Games!\n";

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "hexlet/code",
3+
"description": "Brain-games: Cli games for training your brain! My first hexlet project",
4+
"type": "project",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "prusov-code",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"require": {}
13+
}

0 commit comments

Comments
 (0)