mirror of
https://github.com/golang/go
synced 2024-11-22 18:04:48 -07:00
d82b11e4a4
R=dmr DELTA=3 (2 added, 0 deleted, 1 changed)
9 lines
77 B
C
9 lines
77 B
C
#include <stdio.h>
|
|
|
|
int
|
|
main(void)
|
|
{
|
|
printf("hello, world\n");
|
|
return 0;
|
|
}
|