Commit 0744ac96 authored by Brian Kernighan's avatar Brian Kernighan

convert to Draft-Proposed ANSI C

R=dmr
DELTA=5  (2 added, 0 deleted, 3 changed)
parent 0bb0b61d
main() { #include <stdio.h>
printf("hello, world");
main()
{
printf("hello, world\n");
} }
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