Advertisement
kardsens

run gpp

Mar 29th, 2023
833
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.05 KB | None | 0 0
  1. @echo off
  2. cls
  3. g++ %1 -o %~n1.exe
  4. %~n1.exe
  5. del %~n1.exe
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement