Live data from Hacker News

Viewing profile — 4leafclover

4leafclover

HN member
Joined
Fri, Mar 20, 2026, 6:46 PM UTC
HN karma
1
Public activity
1 items

About 4leafclover

No profile information was provided.

Recent public activity

  1. comment
    Comment #47458919

    Very nice read! Though I think the definition of the parser struct should be struct parser { const char* s; const char* p; struct grid* g; }; based on the rest of the code.