mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 10:01:38 +00:00
Merge pull request #3824 from mark-summerfield/patch-1
Added missing import std.stdio...
This commit is contained in:
commit
6c91d55aba
@ -212,6 +212,7 @@ found in the wonderful `std.algorithm` module!
|
||||
```d
|
||||
import std.algorithm : map, filter, reduce;
|
||||
import std.range : iota; // builds an end-exclusive range
|
||||
import std.stdio;
|
||||
|
||||
void main() {
|
||||
// We want to print the sum of a list of squares of even ints
|
||||
|
Loading…
Reference in New Issue
Block a user