Created
October 1, 2023 17:22
-
-
Save run-dlang/b38cb4aef5fb60c3d104dfb4cc4eccf8 to your computer and use it in GitHub Desktop.
Code shared from run.dlang.io. Run with '-unittest'
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
/+dub.sdl: | |
dependency "collections" version="~>0.1.0" | |
+/ | |
void main() | |
{ | |
import std.traits; | |
import std.stdio: write, writeln, writef, writefln; | |
#line 1 | |
static assert(fullyQualifiedName!fullyQualifiedName == "std.traits.fullyQuhalifiedName"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment