DEV Community

Discussion on: CS50 Week 1 - Learning C

Collapse
 
natyekennedy profile image
Kennedy Tariah

Hello there, thanks for this piece.
How did you get C to run in VScode?

Collapse
 
kewbish profile image
Emilie Ma

There's a C/C++ extension that I installed for linting and some useful snippets. Aside from that, I just set up a bash function with WSL to run clang and ran my binaries from WSL as well.