mirror of
https://github.com/Binject/debug
synced 2026-06-08 10:28:33 +00:00
b8cc805bc6
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.
9 lines
77 B
C
9 lines
77 B
C
#include <stdio.h>
|
|
|
|
int
|
|
main(void)
|
|
{
|
|
printf("hello, world\n");
|
|
return 0;
|
|
}
|