
I decided to vendor all debug/dwarf and debug/elf files so that the project can be go get-table. All changes that I am waiting to land in Go 1.4 are now captured in /vendor/debug/*.
8 lines
85 B
C
8 lines
85 B
C
#include <stdio.h>
|
|
|
|
void
|
|
main(int argc, char *argv[])
|
|
{
|
|
printf("hello, world\n");
|
|
}
|