[ create a new paste ] login | about

clyfe

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

Saved pastes by clyfe:

Ruby, pasted on Oct 24:
1
2
3
4
class SomeClass
end

some_local_var = 5
...
view (12 lines, 2 lines of output)
Ruby, pasted on Oct 24:
1
2
3
4
class SomeClass
end

some_local_var = 5
...
view (12 lines, 1 line of output)
C, pasted on Jun 4:
1
2
3
4
5
#include <stdlib.h>
#include <stdio.h>

int main(){
    printf("str: %.*s\n", 2, "abcdef");
...
view (8 lines, 1 line of output)