I am new to akka stream and want to understand how materialization in streams works
//Print sum of elements from 1 to 10 val newSource = Source(1 to 10)