Live data from Hacker News

Viewing profile — s_ariga

s_ariga

HN member
Joined
Thu, Apr 09, 2020, 8:10 AM UTC
HN karma
3
Public activity
2 items

About s_ariga

No profile information was provided.

Recent public activity

  1. comment
    Comment #38008599

    I use firefox anyway.

  2. comment
    Comment #30612184

    #include #include int main(void) { if(puts("Hello, World!")!=EOF) { return EXIT_SUCCESS; }else { return EXIT_FAILURE; } }