testing-repository/cpp/vscode-test/main.cpp

8 lines
130 B
C++
Raw Permalink Normal View History

2021-01-10 11:29:04 +08:00
#include <cstdio>
#include "stdafx.h"
int main(int argc,char *argv[]){
printf("hello vscode\n");
print();
return 0;
}