7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
func main() -> int {
|
|
int x = 0.1
|
|
if x + 0.023 == 0.123 {
|
|
return 1
|
|
}
|
|
return 0
|
|
} |