This website works better with JavaScript.
Explore
Help
Register
Sign In
twisterarmy
/
twister
mirror of
https://github.com/twisterarmy/twister.git
Watch
1
Star
0
Fork
You've already forked twister
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Create App.php
master
therselman
7 years ago
committed by
GitHub
parent
cdfab0e6ab
commit
72961416cb
1 changed files
with
11 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
11
src/App.php
11
src/App.php
Unescape
Escape
View File
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
<?php
namespace Twister;
class App
{
function run()
{
echo 'Hello World';
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
twisterarmy/twister
Title
Body
Create Issue