Skip to content

Commit

Permalink
create new files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinatsin committed Apr 3, 2019
0 parents commit 1914929
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "webrin/small-talk-hexlet",
"description": "Small Talk Hexlet",
"keywords": ["hexlet", "php", "composer"],
"license": "MIT",
"minimum-stability": "stable",
"require": {},
"bin":[
"./saiHi",
"./saiBue"
]
}

4 changes: 4 additions & 0 deletions saiBue
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env php
<?php

print_r("Goodbye ny love, goodbye!!!\n");
3 changes: 3 additions & 0 deletions saiHi
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env php
<?php
print_r("Hello my Hexlet!\n");

0 comments on commit 1914929

Please sign in to comment.