Created
September 26, 2019 05:08
-
-
Save stmtk1/fe56c14e10b25f67549b1149dfce9e8d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fn main() { | |
println!("{}", (0_u128..).into_iter().fold(0, |a, b| a + b)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment