7 lines
64 B
Go
7 lines
64 B
Go
|
|
// modulino_main.go
|
||
|
|
package main
|
||
|
|
|
||
|
|
func main() {
|
||
|
|
libMain()
|
||
|
|
}
|