Explorar o código

Add index.php

axkuhta hai 1 ano
pai
achega
331ac7b329
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      index.php

+ 5 - 0
index.php

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