[ create a new paste ] login | about

BCS

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by BCS:

D, pasted on May 13:
1
2
3
4
5
    string Number(ulong i)
    {
        static string[] names = [
          ""[],
          " thousand ",
...
view (73 lines, 1 line of output)
D, pasted on Jan 14:
1
2
3
4
5
import std.stdio;

struct S
{
   int i = 5;
...
view (16 lines, 1 line of output)