Advertisement
HandieAndy

DSH Starter Script

Apr 21st, 2022 (edited)
2,363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.14 KB | None | 0 0
  1. #!/usr/bin/env dub
  2. /+ dub.sdl:
  3.     dependency "dsh" version="~>1.1.0"
  4. +/
  5. import dsh;
  6.  
  7. void main() {
  8.     // Write your script here.
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement