diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/app.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/app.d b/source/app.d index 1fc10af..fb18977 100644 --- a/source/app.d +++ b/source/app.d @@ -15,5 +15,5 @@ void main() auto boobFormat = "boob is short for\n\n" ~ generator.formatBackronymList("boob"); writefln("-- dry --\n%s", boobFormat); -// writefln("%s", misskey.createNote(new BasicNote("public", boobFormat))); + writefln("%s", misskey.createNote(new BasicNote("public", boobFormat))); } |
