Browse Source

Create App.php

master
therselman 7 years ago committed by GitHub
parent
commit
72961416cb
  1. 11
      src/App.php

11
src/App.php

@ -0,0 +1,11 @@ @@ -0,0 +1,11 @@
<?php
namespace Twister;
class App
{
function run()
{
echo 'Hello World';
}
}
Loading…
Cancel
Save