Converting from Bazaar

Old log:
------------------------------------------------------------
revno: 1
committer: cxford <cxford@aninix.net>
branch nick: HelloWorld
timestamp: Thu 2015-12-10 16:51:21 -0600
message:
  Initializing for repos
This commit is contained in:
cxford
2016-08-04 12:13:12 -05:00
commit 48ac2be371
8 changed files with 61 additions and 0 deletions

4
helloworld.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
echo "Hello world!
";
?>