Skip to content

Instantly share code, notes, and snippets.

@mariomeyrelles
Created December 5, 2018 23:53
Show Gist options
  • Save mariomeyrelles/b36d42bdda494ffeef0ca888eb132f4a to your computer and use it in GitHub Desktop.
Save mariomeyrelles/b36d42bdda494ffeef0ca888eb132f4a to your computer and use it in GitHub Desktop.
hkt1-2
using System;
using Xunit;
namespace ModeloCozinhaIndustrialExemplo2
{
public class PreparacaoOvoMexidoTests
{
[Fact]
public void Consigo_Fazer_Um_Ovo_Mexido()
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment