From b030823122864999ced2b576ca11e13ef4680274 Mon Sep 17 00:00:00 2001
From: ykkTechc <102883569+ykkTechc@users.noreply.github.com>
Date: Fri, 24 Jun 2022 15:24:52 +0900
Subject: [PATCH 1/6] Revert "03_php_algorithm lesson01 ~ 02"
This reverts commit 969f4da1704e37701fa4ca4c7d1a96934e62edee.
---
algorithm01.php | 59 ---------------------------------------------
algorithm02.php | 64 -------------------------------------------------
2 files changed, 123 deletions(-)
delete mode 100644 algorithm01.php
delete mode 100644 algorithm02.php
diff --git a/algorithm01.php b/algorithm01.php
deleted file mode 100644
index 2366ae9..0000000
--- a/algorithm01.php
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
-
-世界のナベアツプログラム
-
-
-
- ';
- }
- array_reduce(range(1, 100), 'aho_wan_echo');
- ?>
-
-
-
diff --git a/algorithm02.php b/algorithm02.php
deleted file mode 100644
index 43bd20c..0000000
--- a/algorithm02.php
+++ /dev/null
@@ -1,64 +0,0 @@
-";
- return ['お釣り', $tmp];
-}
-
-?>
-
-
-
-
-お釣り
-
-
-
- ' . PHP_EOL;
- foreach ($ar as [$key, $val]) {
- echo $key . '円 x ' . $val . '枚
' . PHP_EOL;
- }
- ?>
-
-
-
-
From 68fde1893ede559a7ac33d681d69b3d550eae494 Mon Sep 17 00:00:00 2001
From: ykkTechc <102883569+ykkTechc@users.noreply.github.com>
Date: Fri, 24 Jun 2022 15:28:08 +0900
Subject: [PATCH 2/6] Revert "Revert "03_php_algorithm lesson01 ~ 02""
This reverts commit b030823122864999ced2b576ca11e13ef4680274.
---
algorithm01.php | 59 +++++++++++++++++++++++++++++++++++++++++++++
algorithm02.php | 64 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 123 insertions(+)
create mode 100644 algorithm01.php
create mode 100644 algorithm02.php
diff --git a/algorithm01.php b/algorithm01.php
new file mode 100644
index 0000000..2366ae9
--- /dev/null
+++ b/algorithm01.php
@@ -0,0 +1,59 @@
+
+
+
+
+
+世界のナベアツプログラム
+
+
+
+ ';
+ }
+ array_reduce(range(1, 100), 'aho_wan_echo');
+ ?>
+
+
+
diff --git a/algorithm02.php b/algorithm02.php
new file mode 100644
index 0000000..43bd20c
--- /dev/null
+++ b/algorithm02.php
@@ -0,0 +1,64 @@
+";
+ return ['お釣り', $tmp];
+}
+
+?>
+
+
+
+
+お釣り
+
+
+
+ ' . PHP_EOL;
+ foreach ($ar as [$key, $val]) {
+ echo $key . '円 x ' . $val . '枚
' . PHP_EOL;
+ }
+ ?>
+
+
+
+
From 2b93a5281f0a2587b9952047136cd02e8b35ba20 Mon Sep 17 00:00:00 2001
From: ykkTechc <102883569+ykkTechc@users.noreply.github.com>
Date: Fri, 24 Jun 2022 17:20:14 +0900
Subject: [PATCH 3/6] 03_php_algorithm lesson01~02
---
algorithm01.php | 1 +
algorithm02.php | 1 +
2 files changed, 2 insertions(+)
diff --git a/algorithm01.php b/algorithm01.php
index 2366ae9..2b9f8b0 100644
--- a/algorithm01.php
+++ b/algorithm01.php
@@ -56,4 +56,5 @@ function aho_wan_echo($t, $i)
?>