Skip to content

Instantly share code, notes, and snippets.

/*
TWO ways: 1) dmd -c importer.d
2) dmd -c -unittest importer.d
*/
import importme; // *importme.d* is opened and semantic analysis on *importme.d* begins;
// now you should follow the comments from *importme.d*
//imports are solved now; semantic analysis continues
void main()