1
using
System
;
2
3
void
main
(
)
4
{
5
Console
.
WriteLine
(
"Hello, World!"
)
;
6
}
7