furby 2009-08-28 18:03:28 -04:00 committed by Joey Hess
parent 125c6ec650
commit 54a3928508
1 changed files with 7 additions and 0 deletions

View File

@ -171,3 +171,10 @@ testing
[[!toc levels=2]]
[[Mamma Mia]]
----
[[!format c """
void main () {
printf("hello, world!");
}
"""]]