Skip to content

Instantly share code, notes, and snippets.

View s2terminal's full-sized avatar

suzuki.sh s2terminal

View GitHub Profile
@s2terminal
s2terminal / sample.cs
Created February 11, 2016 06:01
hello world
public static void Main() {
System.Console.WriteLine("Hello, world!");
}
namespace PocketFromHatena.Controllers
{
public class ValuesController : ApiController
{
public class HatenaValues
{
public string Url { get; set; }
public string Key { get; set; }
}
  • hoge
    • fuga
    hello world