Skip to content

Instantly share code, notes, and snippets.

@shibukawa
Created February 26, 2015 11:41
Show Gist options
  • Save shibukawa/65ed60af9f970bc56bbc to your computer and use it in GitHub Desktop.
Save shibukawa/65ed60af9f970bc56bbc to your computer and use it in GitHub Desktop.
package main
// #include <stdio.h>
import "C"
func main() {
C.printf(C.CString("hello world\n"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment