mirror of https://github.com/golang/go.git
convert to Draft-Proposed ANSI C
R=dmr DELTA=5 (2 added, 0 deleted, 3 changed)
This commit is contained in:
parent
0bb0b61d6a
commit
0744ac9691
|
|
@ -1,3 +1,6 @@
|
||||||
main() {
|
#include <stdio.h>
|
||||||
printf("hello, world");
|
|
||||||
|
main()
|
||||||
|
{
|
||||||
|
printf("hello, world\n");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue