Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. {
  2. "target": "terminus_open",
  3. "cmd": ["g++", "$file"],
  4.  
  5. "working_dir": "${file_path}",
  6. "auto_close": false,
  7.  
  8. "selector": "source.c++"
  9. }
  10. /*
  11. Output:
  12.  
  13. Contest.cpp: fatal error: no input files
  14. compilation terminated.
  15.  
  16. process is terminated with return code 1.
  17. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement