Skip to content

Instantly share code, notes, and snippets.

@tsubakimoto
Created February 24, 2018 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsubakimoto/789c15e53a9680ec29d989e3b7938b9a to your computer and use it in GitHub Desktop.
Save tsubakimoto/789c15e53a9680ec29d989e3b7938b9a to your computer and use it in GitHub Desktop.
using System;
namespace dotnet_ci_sample
{
public class MyClass
{
public static string Say(string name) => $"Hello {name}!!";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment