This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
rht
/
ocp-arch-lab-materials
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
81997b8cd8
Branches
Tags
main
ocp-arch-lab...
/
labs
/
health
/
console
/
php-helloworld
/
index.php
index.php
69 B
Historique
Raw
1
2
3
<?php
print "Hello, World! php version is " . PHP_VERSION . "\n";
?>