Commit d82b11e4 authored by Brian Kernighan's avatar Brian Kernighan

last-minute fix: convert to ANSI C

R=dmr
DELTA=3  (2 added, 0 deleted, 1 changed)
parent 0744ac96
#include <stdio.h> #include <stdio.h>
main() int
main(void)
{ {
printf("hello, world\n"); printf("hello, world\n");
return 0;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment