#include "stdafx.h"#include "stdio.h"#include "Windows.h"int main(int argc, char* argv[]){ system("pause"); printf("hello world!\n"); return 0;}