Skip to content

Instantly share code, notes, and snippets.

@deanvanniekerk
Last active May 30, 2018 08:14
Show Gist options
  • Save deanvanniekerk/9120c5349527cd3f3fe39e54223a133c to your computer and use it in GitHub Desktop.
Save deanvanniekerk/9120c5349527cd3f3fe39e54223a133c to your computer and use it in GitHub Desktop.
alchemylab - snip2
using System;
using Microsoft.AspNetCore.Mvc;
namespace alchemylab.Controllers
{
public class HomeController : Controller
{
public IActionResult Index()
{
return View();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment