Explorar el Código

Add index.php

axkuhta hace 1 año
padre
commit
331ac7b329
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      index.php

+ 5 - 0
index.php

@@ -0,0 +1,5 @@
+<?php
+	require 'vendor/autoload.php';
+
+	echo "Hello!\n";
+?>