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