Blog
A new article
by Jo, on 2015 April 10th
This is a sample blog article. What to do now?
- write a new article,
- listen to some music,
- or do something else?
A technical article
by Jo, on 2015 April 9th
This Python code is really good:
def good():
a = 1
b = 2
c = a + b
return None
This one is even better:
def better():
a = 128
b = 256
c = a * b
return None
First article
by Jo, on 2015 April 9th
It's very simple to remove this useless article. Just delete the file /article/01.txt
and that's it.