On Saturday, 2 December 2023 at 13:33:33 UTC, Johannes Miesenhardt wrote:
On Friday, 1 December 2023 at 01:01:31 UTC, Siarhei Siamashka wrote:
Advent of Code 2023 starts in a few hours from now. I suggest to discuss D language solutions here. But to avoid spoilers, it's best to do this with a 24h delay after each puzzle is published.

Day 1 solution

```d
version = Part2;

import std.stdio;
import std.algorithm;
import std.array;
import std.format;
import std.conv;
import std.string;
...

Why do you do multiple imports instead of one import std;?

I means is there any difference in CT?

Matheus.

Reply via email to