5 lines
80 B
Text
5 lines
80 B
Text
|
|
def p := makePoint(0.5, 0.5)
|
||
|
|
def c := makeCircle(1, 1, 2)
|
||
|
|
println(p)
|
||
|
|
println(c)
|