Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. {
  2. "target": "terminus_open",
  3. "cmd": ["g++", " ", "--version"],
  4.  
  5. "working_dir": "${file_path}",
  6. "auto_close": false,
  7.  
  8. "selector": "source.c++",
  9. }
  10. /*
  11. Output:
  12.  
  13. (MinGW.org GCC-6.3.0-1) 6.3.0
  14. Copyright (C) 2016 Free Software Foundation, Inc.
  15. This is free software; see the source for copying conditions. There is NO
  16. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  17.  
  18. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement