Newer
Older
dub_jkp / test / mutex-main-2 / source / app2.d
  1. module app2;
  2.  
  3. import std.stdio;
  4.  
  5. void main()
  6. {
  7. writeln("Edit source/app2.d to start your project.");
  8. }