DEV Community

Discussion on: A Guide To Loving Your Terminal

Collapse
 
mithil467 profile image
Mithil Poojary

I use that with gcc.
gcc filename.c && ./a.out

If compilation failed, it won't run the program.