This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
rht
/
ocp-arch-lab-materials
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
c7445f290b
ブランチ
タグ
main
ocp-arch-lab...
/
labs
/
health
/
console
/
php-helloworld
/
index.php
index.php
69 B
履歴
Raw
1
2
3
<?php
print "Hello, World! php version is " . PHP_VERSION . "\n";
?>