PageRenderTime 41ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/go/sneaky1_runme.go

#
Go | 10 lines | 8 code | 2 blank | 0 comment | 0 complexity | 250ecf36281673541ab1e6bfc1b0f4b1 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. package main
  2. import "./sneaky1"
  3. func main() {
  4. _ = sneaky1.Add(3, 4)
  5. _ = sneaky1.Subtract(3, 4)
  6. _ = sneaky1.Mul(3, 4)
  7. _ = sneaky1.Divide(3, 4)
  8. }