Hacker News new | ask | show | jobs
by namtab00 1101 days ago
if(comment.IsSoftDeleted) { write("[deleted]") } else { write(comment.Content) }