This website works better with JavaScript
Inicio
Explorar
Iniciar sesión
axkuhta
/
first
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Add index.php
axkuhta
hace 1 año
padre
7177734f9a
commit
331ac7b329
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
index.php
+ 5
- 0
index.php
Ver fichero
@@ -0,0 +1,5 @@
+<?php
+ require 'vendor/autoload.php';
+
+ echo "Hello!\n";
+?>