Guest User

Untitled

a guest
Mar 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.16 KB | None | 0 0
  1. package sdl
  2.  
  3. /*
  4. #include <stdio.h>
  5. void test() { printf("test"); }
  6. */
  7. import "C"
  8. import "fmt"
  9.  
  10. func Test() {
  11.   C.test()
  12.   fmt.Println("Hello, test")
  13. }
Add Comment
Please, Sign In to add comment