[ create a new paste ] login | about

BCSd

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

Saved pastes by BCSd:

D, pasted on Jun 14:
1
2
3
4
5
void fn(int a) {}

import std.stdio;

void main(){writef("%s\n", typeof(&fn).stringof);}
view (5 lines, 1 line of output)
D, pasted on Jun 9:
1
2
3
4
5
import std.stdio;
struct S
{
    int go()
    {
...
view (34 lines, 1 line of output)