mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
11 lines
80 B
Plaintext
11 lines
80 B
Plaintext
func main()
|
|
{
|
|
int a
|
|
a = 783412
|
|
|
|
int b
|
|
b = 6
|
|
|
|
return a + b
|
|
}
|