Hacker News new | ask | show | jobs
by nrkn 4848 days ago

    new Func<string>(()=>"foo")();

    (function(){return "foo";})();
Oh look - exactly the same number of characters. How awful.