Hacker News new | ask | show | jobs
I asked GPT-3 for the question to “42” (muellerberndt.medium.com)
3 points by davidfm 2032 days ago
1 comments

42 is the ASCII code for asterisk

    >>> chr(42)
    '*'
As in asterisk dot asterisk?