6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
func main() -> int {
|
|
if 0.123 == 0.123 {
|
|
return 1
|
|
}
|
|
return 0
|
|
} |