Made github recognise LX (Hopefully)

This commit is contained in:
Pasha Bibko
2025-05-03 21:51:36 +01:00
parent 8d9c850206
commit 347db8ca3e
2 changed files with 11 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
func main()
{
return 34
int a
a = 783412
int b
b = 6
return a + b
}