> If you have time, I would appreciate it if you can give me some > feedback on it. > > Thanks! PDF is not a very nice format for sharind code tutorials I think, specially for github, a markdown (.MD) doc would be MUCH better, so you can embed code this way: ```D void main() { writeln("hi"); } ``` You can also embbed screenshots and stuff