Hello, World

#include <stdio.h>

int
main (int argc, char *argv[])
{
  printf ("Hello, World\n");
  return 0;
}
Updated 2026-07-20 00:05:19 UTC. Built 2026-07-20 20:31:57 UTC.
This page is available under Creative Commons Attribution-ShareAlike 4.0 International; see COPYING for details.
Copyright © 2025 Jordan Schneider <jordanschn@jordanschn.com>.