質問編集履歴

2

追加

2020/04/19 07:23

投稿

terapro
terapro

スコア39

test CHANGED
File without changes
test CHANGED
@@ -144,4 +144,10 @@
144
144
 
145
145
 
146
146
 
147
+ いっそ全部775で統一してしまいたいなと。
148
+
149
+ 皆様はどうされていますでしょうか?
150
+
151
+
152
+
147
153
  どうぞよろしくお願いいたします。

1

文法の修正

2020/04/19 07:23

投稿

terapro
terapro

スコア39

test CHANGED
File without changes
test CHANGED
@@ -76,7 +76,7 @@
76
76
 
77
77
  $hello = "hello world!";
78
78
 
79
- echo hello;
79
+ echo $hello;
80
80
 
81
81
  ```
82
82