back to index

example post

by mic_e, 2014-09-26

tags: misc, test

lol testpost

1
2
3
4
5
#!/usr/bin/env python3

import itertools
if None in itertools.count():
    print("I don't think so")

and some more code...

int main() {
    return 235;
}

back to index