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