This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
rht
/
ocp-arch-lab-materials
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
81997b8cd8
Ramas
Etiquetas
main
ocp-arch-lab...
/
labs
/
health
/
console
/
php-helloworld
/
index.php
index.php
69 B
Histórico
Raw
1
2
3
<?php
print "Hello, World! php version is " . PHP_VERSION . "\n";
?>