Newer
Older
dub_jkp / test / issue813-fixed-dependency / main / src / app.d
@Sebastian Wilzbach Sebastian Wilzbach on 23 Feb 2017 42 bytes Remove all trailing whitespace
  1. import sub.test;
  2.  
  3. void main()
  4. {
  5. foo();
  6. }