Created
February 2, 2019 15:35
-
-
Save azjezz/eb1fb8f9a54feaf257cb47afc97fb61d to your computer and use it in GitHub Desktop.
Code that i wish didn't work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?hh // strict | |
use namespace HH\Asio; | |
/** | |
* Hate both the player, and the game. | |
*/ | |
<<__EntryPoint>> | |
async function main(): Awaitable<void> { | |
$call = async (): Awaitable<( | |
function() : Awaitable<( | |
function() : Awaitable<( | |
function() : Awaitable<( | |
function() : Awaitable<( | |
function(): Awaitable< | |
string | |
> | |
)> | |
)> | |
)> | |
)> | |
)> ==> | |
async (): Awaitable<( | |
function() : Awaitable<( | |
function() : Awaitable<( | |
function() : Awaitable<( | |
function() : Awaitable< | |
string | |
> | |
)> | |
)> | |
)> | |
)> ==> | |
async (): Awaitable<( | |
function() : Awaitable<( | |
function() : Awaitable<( | |
function() : Awaitable< | |
string | |
> | |
)> | |
)> | |
)> ==> | |
async (): Awaitable<( | |
function() : Awaitable<( | |
function() : Awaitable< | |
string | |
> | |
)> | |
)> ==> | |
async (): Awaitable<( | |
function() : Awaitable< | |
string | |
> | |
)> ==> | |
async (): Awaitable< | |
string | |
> ==> "Hello, World\n"; | |
echo Asio\join( | |
Asio\join( | |
Asio\join( | |
Asio\join( | |
Asio\join( | |
Asio\join($call())() | |
)() | |
)() | |
)() | |
)() | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment