Sign in
qemu
/
meson
/
refs/heads/renaming
/
.
/
test cases
/
failing build
/
7 csharp werror
/
test.cs
blob: 262f4d1802582e493264a52d3bb9a050db5f7509 [
file
] [
log
] [
blame
]
namespace
HelloWorld
{
class
Hello
{
static
void
Main
(
string
[]
args
)
{
int
w
=
0
;
// unused
System
.
Console
.
WriteLine
(
"Hello World!"
);
}
}
}