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
1
Wiki
Activity
Actions
1926d0e4a4
dotnet-installer
/
src
/
dotnet
/
commands
/
dotnet-new
/
CSharp_Console
/
Program.cs
10 lines
127 B
C#
Raw
Normal View
History
Unescape
Escape
Add dotnet-init
2015-11-17 11:40:07 -08:00
using
System
;
Responding to PR feedback
2016-07-22 12:11:01 -07:00
class
Program
Add dotnet-init
2015-11-17 11:40:07 -08:00
{
Remove namespace and public from console app Fixes #745, #3531
2016-07-22 11:56:05 -07:00
static
void
Main
(
string
[
]
args
)
Add dotnet-init
2015-11-17 11:40:07 -08:00
{
Remove namespace and public from console app Fixes #745, #3531
2016-07-22 11:56:05 -07:00
Console
.
WriteLine
(
"Hello World!"
)
;
Add dotnet-init
2015-11-17 11:40:07 -08:00
}
}
Reference in a new issue
Copy permalink