fix prototype

This commit is contained in:
Vu Tuan Minh
2025-04-26 22:05:05 +02:00
parent a34802db55
commit 49c4382343
4 changed files with 14 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
PROTO INT add(x,y)
FUNC INT main(x,y) {
INT a,b,c,minh
x = 5
x := 5
minh := x * y
b:=3
c:=1