From f2c47cb145c5998b14a21efcc30fa158a6e659eb Mon Sep 17 00:00:00 2001 From: Banana Date: Fri, 21 Jun 2013 08:31:50 +0200 Subject: [PATCH] methods and how to do. --- methods-and-how-to/README | 1 + methods-and-how-to/cli-user-input.php | 37 +++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 methods-and-how-to/README create mode 100644 methods-and-how-to/cli-user-input.php diff --git a/methods-and-how-to/README b/methods-and-how-to/README new file mode 100644 index 0000000..1728deb --- /dev/null +++ b/methods-and-how-to/README @@ -0,0 +1 @@ +Examples about how to do something. \ No newline at end of file diff --git a/methods-and-how-to/cli-user-input.php b/methods-and-how-to/cli-user-input.php new file mode 100644 index 0000000..73aa0ae --- /dev/null +++ b/methods-and-how-to/cli-user-input.php @@ -0,0 +1,37 @@ + \ No newline at end of file -- 2.39.5