This website works better with JavaScript
ホーム
エクスプローラ
サインイン
axkuhta
/
first
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
Add index.php
axkuhta
1 年間 前
親
7177734f9a
コミット
331ac7b329
1 ファイル変更
、
5 行追加
、
0 行削除
分割表示
差分情報を表示
5
0
index.php
+ 5
- 0
index.php
ファイルの表示
@@
-0
,
0
+
1
,
5
@@
+
<?php
+
require
'vendor/autoload.php'
;
+
+
echo
"Hello!\n"
;
+
?>