I can't Hello World!

Better World via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Fri Mar 3 22:14:24 PST 2017


So this is my first few hours doing D. I installed DMD and 
VisualD on VS 2015. Doing the tour in https://tour.dlang.org/, 
the programs build fine but no print statements come out in the 
output pane. That's what comes out instead:

C:\Windows\SysWOW64\kernel32.dll unloaded.
C:\Windows\SysWOW64\ucrtbase.dll unloaded.
C:\Windows\SysWOW64\dbghelp.dll unloaded.
The thread 0x38d0 has exited with code 0 (0x0).
The thread 0x3668 has exited with code 0 (0x0).
The thread 0x3510 has exited with code 0 (0x0).
The program '[14112] SeriousD.exe' has exited with code 0 (0x0).

What can I do?



More information about the Digitalmars-d-ide mailing list