Im vonfused

This commit is contained in:
Pasha Bibko
2025-04-22 22:32:07 +01:00
parent 8e1fa45a44
commit 099e543e95
8 changed files with 100 additions and 15 deletions

View File

@@ -1,2 +1,9 @@
func add
{
return 1 + 2
}
func main
{
return 375 + 32
}