create visual studio code into a application code example
Example 1: how to make a C# application visual studio code
mkdir MyApp; cd MyApp;
dotnet new console
Example 2: como crear una app con visual studio code
<!doctype html>
<html>
<head>
<title>hola mundo</title>
<head>
</html>