You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
192 B
8 lines
192 B
ldc2 --version
|
|
ldmd2 --version
|
|
dub --version
|
|
|
|
echo 'void main() { import std.stdio; writefln("Hello world, %d bits", size_t.sizeof * 8); }' > hello.d
|
|
ldc2 hello.d
|
|
./hello
|
|
rm hello.{d,o} hello
|
|
|