Commit a8bfb6d3 authored by tsai's avatar tsai

asdf

parent 19b05f7b
Pipeline #5 passed with stages
in 6 minutes and 35 seconds
using System;
namespace dotnetcore
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}
using System;
namespace dotnetcore
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!hihihi");
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment