mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-26 04:59:55 +03:00
4 lines
98 B
Batchfile
4 lines
98 B
Batchfile
pushd source
|
|
dmd -m64 -L/SUBSYSTEM:WINDOWS -L/ENTRY:mainCRTStartup hello_dfl.d
|
|
hello_dfl.exe
|
|
popd
|