Sign in
apache
/
rocketmq-client-csharp
/
9c5b36e4fbf7a4c90d87eda282f725b1bc254eae
/
.
/
examples
/
Program.cs
blob: 9d460cf712a622c6c24aec5f9ec2893c33fec947 [
file
] [
log
] [
blame
]
using
System
;
namespace examples
{
class
Program
{
static
void
Main
(
string
[]
args
)
{
Console
.
WriteLine
(
"Hello World!"
);
}
}
}