/first-d-exploration

I haven't written anything in D, but now I have, and this is that thing that I have now written (in D).

Primary LanguageD

First D Program

I haven’t written anything in D, so now I have, and this is that thing I’ve written.

It started as a ~”Hello, world”~.

It turned into a toy x86_64 assembler.

Lol.

Build It

Use any D compiler to compile main.d.

dmd main.d

You can now run it like any other executable.

Linux:

./main

Windows:

main.exe

Run It

Alternatively, use `rdmd` to run it like a script.

rdmd main.d