X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=blobdiff_plain;f=csrc%2Foceani-tests.mdc;fp=csrc%2Foceani-tests.mdc;h=9db8e9363a469d66beb43cdceae215136542a862;hp=03aa85083bd25f866f0cf65ccb78402880f90d7f;hb=2d3b3f67a78d853da192c5568a29710fb8898a6c;hpb=7315b687249d4de8d0fb13fe8b0768ce0975ead4 diff --git a/csrc/oceani-tests.mdc b/csrc/oceani-tests.mdc index 03aa850..9db8e93 100644 --- a/csrc/oceani-tests.mdc +++ b/csrc/oceani-tests.mdc @@ -113,7 +113,7 @@ calculations on them. ###### test: valvar - func main(argv:[argc::]string) + func main(argv:[]string) a := 23; b:=12 ; b1 := -b print a, b, a+b, a-b, a*b, a/b, a%b print ab, a>=b, a