last-minute fix: convert to ANSI C

R=dmr
DELTA=3  (2 added, 0 deleted, 1 changed)
This commit is contained in:
Brian Kernighan 1988-04-01 02:03:04 -05:00
parent 0744ac9691
commit d82b11e4a4

View file

@ -1,6 +1,8 @@
#include <stdio.h>
main()
int
main(void)
{
printf("hello, world\n");
return 0;
}