GitHub
1
2
3
4
+
Aggregate(
1, (total, next) => total * next)
24