fork download
  1. package main
  2.  
  3. /*
  4. int teste() { return 2 + 1; }
  5. */
  6. import "C"
  7.  
  8. func main(){
  9. println(C.teste());
  10. }
Success #stdin #stdout #stderr 0s 794112KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
3