How do you start it up????

#include "stdafx.h"
#include <stdio.h>

int main() {
 printf("hello world");
 return 0;
}

okay i got this written in Visual Studio C++ Express Edition Beta2. How do i start it up please tell me the steps i need to do. Thank You




Answer this question

How do you start it up????