[ create a new paste ] login | about

gmagno

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

Saved pastes by gmagno:

C++, pasted on Sep 28:
1
2
3
4
5
#include <iostream>

class A
{
public:
...
view (29 lines, 7 lines of output)
Python, pasted on Sep 23:
1
2
3
4
5
#!/usr/bin/env python

from PodSixNet.Connection import connection

def main():
...
view (15 lines)