Files
LXC/examples/Basic.lx
Pasha Bibko 3d1865de59 Finished parser functions
Time for fixing bugs YAYYYYYYYYYYY
2025-08-11 17:46:58 +01:00

7 lines
53 B
Plaintext

func<int> main()
{
int: res = 5 + 34
return res
}