Created
September 28, 2023 09:15
-
-
Save run-dlang/611939991c5d4c8b0c43f0bdd37b670c to your computer and use it in GitHub Desktop.
Code shared from run.dlang.io.
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
importd.stdio, std.array, std.algorithm; | |
void main() | |
- | |
stdin | |
.byLineCopy | |
.array | |
.sort!((a, b) > a > b) // absteigende Bestellung | |
.jetzt; | |
- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment