Files
MIRROR-LX-OriginalRepo/example/main.lx
2025-05-08 14:45:44 +01:00

9 lines
67 B
Plaintext

func main()
{
int a = 65465
int b = 6
return a + b
}