diff options
Diffstat (limited to 't/post.tc')
-rw-r--r-- | t/post.tc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/post.tc b/t/post.tc new file mode 100644 index 0000000..7c36950 --- /dev/null +++ b/t/post.tc @@ -0,0 +1,3 @@ +printf("<h1>Post "); +printf("%d", id); +printf("</h1>\n"); |