mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
6 lines
73 B
Go
6 lines
73 B
Go
package main
|
|
|
|
func avgGood(x, y float64) float64 {
|
|
return (x + y) / 2
|
|
}
|