Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.15 KB | None | 0 0
  1. module main;
  2.  
  3. import std.file;
  4.  
  5. void main(string[] args)
  6. {
  7.     chdir("C:\\D\\Projects\\rpg\\src\\rpg");
  8.     copy("main.d", "C:\\D\\Projects\\Test");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement