Hacker News new | past | comments | ask | show | jobs | submit login

  struct node{
    uint64_t val;
    struct node *next;
    struct node *prev;
  };
:)



Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: