this post was submitted on 27 May 2025
9 points (100.0% liked)

Hacker News

2303 readers
467 users here now

Posts from the RSS Feed of HackerNews.

The feed sometimes contains ads and posts that have been removed by the mod team at HN.

founded 11 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] pelya@lemmy.world 1 points 2 months ago

How about /bin/true

int main() {
  return 0;
}

it's about the size limit of safe C code that I can write.