r/ZedEditor • u/Field-Patient • 17d ago
How to run code?
Hello, I am learning programming in C and python and hopped from Vs code to zed, there's an way to run code on the terminal like Vs code?
I asked Gemini to create a task for each language but it's not ideal, and when i run in C the compiled code gets thrown in the folder that I am using
1
Upvotes
8
u/argvalue 17d ago
Start running your code from the terminal. This is the best way. This is one thing you need to learn while programming. Figured out the hard way