nicojensen.de/vendor/bundle/gems/rouge-3.3.0/lib/rouge/demos/hack
Nico Jensen b59a203dbb Init
Init commit
2019-03-12 13:49:49 +01:00

5 lines
102 B
Text

<?hh // strict
async function foo(): Awaitable<string> {
return await (() ==> 'Hello, world')();
}