#How do I run code on VSC?
9 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
#include <iostream>
#include <vector>
#include <string>
using namespace std;
int main()
{
cout << "hello";
}
thats the code in case that does anything but it shouldn't
@winter spade compiling and running in the integrated terminal is a good way to go
Oh ok so i dont have to worry about not having a run button?
Nope