Harrison Deng
a46f8d4ef6
Some checks failed
RealYHD/dotnetresxutils/pipeline/head There was a failure building this commit
Added generated files and minor configurations. Added Jenkins pipeline configuration.
13 lines
207 B
C#
13 lines
207 B
C#
using System;
|
|
|
|
namespace DotNetResxUtils
|
|
{
|
|
internal class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello, World!");
|
|
|
|
}
|
|
}
|
|
} |