...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Text file
src
/
internal
/
xcoff
/
testdata
/
printhello.c
Documentation:
internal/xcoff/testdata
1
#include <stdio.h>
2
3
void printhello(){
4
printf("Helloworld\n");
5
}
View as plain text