Skip to content

Instantly share code, notes, and snippets.

@run-dlang
Created September 28, 2023 09:15
Show Gist options
  • Save run-dlang/611939991c5d4c8b0c43f0bdd37b670c to your computer and use it in GitHub Desktop.
Save run-dlang/611939991c5d4c8b0c43f0bdd37b670c to your computer and use it in GitHub Desktop.
Code shared from run.dlang.io.
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