Fixed a couple of issues with operations

This commit is contained in:
Pasha Bibko
2025-06-08 18:05:07 +01:00
parent 09f0f220b4
commit b3e63beae1
4 changed files with 19 additions and 23 deletions

View File

@@ -7,7 +7,5 @@ func main()
{
int c = add(1, 2)
# Test int
return c
}