diff options
Diffstat (limited to 'test/minmax.tm')
| -rw-r--r-- | test/minmax.tm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/minmax.tm b/test/minmax.tm index a0f0640f..8ffb401e 100644 --- a/test/minmax.tm +++ b/test/minmax.tm @@ -1,9 +1,9 @@ -struct Foo(x:Int, y:Int): - func len(f:Foo->Num): +struct Foo(x:Int, y:Int) + func len(f:Foo->Num) return Num.sqrt(Num(f.x*f.x + f.y*f.y))! -func main(): +func main() >> 3 _min_ 5 = 3 >> 5 _min_ 3 |
