mirror of https://github.com/perkeep/perkeep.git
11 lines
79 B
Go
11 lines
79 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"camdev/ctest"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
ctest.CallC("foo")
|
||
|
}
|
||
|
|