This website works better with JavaScript
Inicio
Explorar
Iniciar sesión
axkuhta
/
first
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Add index.php
axkuhta
hai 1 ano
pai
7177734f9a
achega
331ac7b329
Modificáronse 1 ficheiros
con
5 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
5
0
index.php
+ 5
- 0
index.php
Ver ficheiro
@@ -0,0 +1,5 @@
+<?php
+ require 'vendor/autoload.php';
+
+ echo "Hello!\n";
+?>