This website requires JavaScript.
Explore
Help
Sign In
huahaofeng
/
aspnetcore
Watch
1
Star
0
Fork
You've already forked aspnetcore
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5ddccdca08
aspnetcore
/
samples
/
ConsoleApp
/
Program.cs
10 lines
124 B
C#
Raw
Blame
History
using
System
;
public
class
Program
{
public
static
void
Main
(
)
{
Console
.
WriteLine
(
"Hello World"
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink