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

Hacker News

1940 readers
459 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 10 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] pelya@lemmy.world 1 points 1 month ago

How about /bin/true

int main() {
  return 0;
}

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