first commit

This commit is contained in:
dochoffiday 2014-08-19 16:23:08 -04:00
commit 4b66d928ce
16 changed files with 344 additions and 0 deletions

13
readme.md Normal file
View file

@ -0,0 +1,13 @@
Lorem.NET
===============
A .NET library for all things random!
Usage
---------------
### Text Helpers
```csharp
Lorem.Words(2, 5);
```