Merge pull request #321 from azjezz/patch-1

eeeeeeeeeeeeeeee
This commit is contained in:
LinuxMercedes 2018-12-09 14:14:39 -06:00 committed by GitHub
commit 6d894d5a10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
e.hh Normal file
View File

@ -0,0 +1,8 @@
<?hh // strict
<<__Entrypoint>>
function main() {
while(true) {
echo 'e';
}
}