mirror of
https://github.com/twisterarmy/twister.git
synced 2025-03-12 21:31:26 +00:00
Create App.php
This commit is contained in:
parent
cdfab0e6ab
commit
72961416cb
11
src/App.php
Normal file
11
src/App.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Twister;
|
||||
|
||||
class App
|
||||
{
|
||||
function run()
|
||||
{
|
||||
echo 'Hello World';
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user