This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
dotnet-installer
Watch
2
Star
0
Fork
You've already forked dotnet-installer
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e617376bc7
dotnet-installer
/
TestAssets
/
TestProjects
/
ProjectJsonConsoleTemplate
/
Program.cs
10 lines
124 B
C#
Raw
Normal View
History
Unescape
Escape
dotnet-new csproj templates (#4382) Make csproj templates first-class in dotnet-new.
2016-10-14 07:06:35 +00:00
using
System
;
class
Program
{
static
void
Main
(
string
[
]
args
)
{
Console
.
WriteLine
(
"Hello World!"
)
;
}
Trailing newlines + standardize tabs -> spaces
2017-03-03 04:35:20 +00:00
}
Reference in a new issue
Copy permalink