User:Maddy from Celeste/sandbox

From Wikipedia, the free encyclopedia
#include <stdio.h>

int
main (void)
{
  puts ("Hello, world!");
  return 0;
}
(display "Hello, World")
Hello world in C (top) and Scheme (bottom)