Skip to content

Instantly share code, notes, and snippets.

@bruinbrown
Created May 9, 2014 10:18
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 bruinbrown/6fa70ac98e01de54c2eb to your computer and use it in GitHub Desktop.
Save bruinbrown/6fa70ac98e01de54c2eb to your computer and use it in GitHub Desktop.
Ridiculous C#
namespace Ref
{
public class @Ref
{
public @Ref @ref(ref @Ref @ref)
{
return @ref.@ref(ref @ref);
}
}
}
namespace @ref
{
public class @ref0
{
@Ref.Ref @Ref = new Ref.Ref();
public @ref()
{
@Ref.Ref @ref = @Ref.@ref(ref this.@Ref);
}
}
}
@forki
Copy link

forki commented May 9, 2014

Looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment