6 lines
66 B
Go
6 lines
66 B
Go
package q5
|
|
|
|
func GetDaySeconds(seconds int64) int64 {
|
|
return 0
|
|
}
|