Newer
Older
dub_jkp / test / custom-unittest / source / lib.d
@James Clarke James Clarke on 22 May 2014 90 bytes Ensure all files end with a newline
  1. module lib;
  2.  
  3. void libFunc()
  4. {
  5. import std.stdio;
  6. writefln("Library function called.");
  7. }