mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-04 01:49:05 +00:00
9 lines
67 B
Plaintext
9 lines
67 B
Plaintext
func main()
|
|
{
|
|
int a = 65465
|
|
|
|
int b = 6
|
|
|
|
return a + b
|
|
}
|