mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
10 lines
65 B
Plaintext
10 lines
65 B
Plaintext
func add
|
|
{
|
|
return 1 + 2
|
|
}
|
|
|
|
func main
|
|
{
|
|
return 375 + 32
|
|
}
|