8 lines
53 B
Go
8 lines
53 B
Go
![]() |
package main
|
||
|
|
||
|
func cfunc()
|
||
|
|
||
|
func main() {
|
||
|
cfunc()
|
||
|
}
|