tomlau10 / gcc-make-run

Compile-run C/C++ source code and execute Makefile in Atom.
https://atom.io/packages/gcc-make-run
MIT License
24 stars 10 forks source link

Run with args doesn't work how expected. #37

Closed liketurbo closed 1 year ago

liketurbo commented 6 years ago

int main() { int input; while (cin >> input) cout << input << endl; return 0; }

After running with args 1 2 3, doesn't show anything. Blank.

liketurbo commented 1 year ago

Honestly, I don't even remember opening this issue 🤔 But I think it's safe to close 😂, cause it looks like something trivial.