Skip to content

Instantly share code, notes, and snippets.

@CyberShadow
Created May 26, 2011 21:16
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 CyberShadow/994108 to your computer and use it in GitHub Desktop.
Save CyberShadow/994108 to your computer and use it in GitHub Desktop.
DustMite output - after
import std.algorithm, std.array, std.typetuple;
int main()
{
const
root =[];
replace(root, ".", "-");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment