print stmt

This commit is contained in:
Michael Zhang 2020-12-07 21:54:48 -06:00
parent 3a3c4a3e28
commit e43cd6f766
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
1 changed files with 1 additions and 1 deletions

2
727.jl
View File

@ -69,4 +69,4 @@ function calc(args)
end
l = map(calc, domain)
round(sum(l) / length(l), digits=8)
print(round(sum(l) / length(l), digits=8))