A First test for Blogging with Loforo
Let's see how this works and how to find this post in the fediverse
Posts tagged #test
Let's see how this works and how to find this post in the fediverse
I entertained fantasies about a Star Trek MMO since first experiencing the genre through Eve Online and World of Warcraft in early adolescence. The idea of commanding my own starship in a universe of other “captains” alongside a hand-picked bridge crew was a beguiling one to myself and many others. This year, the game celebrated its ten-year anniversary (aligning well with the continued involuntary beat of this blog.) I’m currently in the midst of my annual check-in with STO and thought an exploration of this most-consequential video game of my life’s history would be an appropriate undertaking. Read More »
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sit amet facilisis ex. Donec vestibulum, nulla sed tincidunt auctor, felis dui lacinia nisi, quis feugiat sapien est eget nunc. Praesent finibus arcu sit amet metus mattis facilisis. Donec lobortis nec orci id mattis. Aliquam tincidunt egestas neque, a scelerisque nunc malesuada sit amet. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Nullam maximus velit id erat faucibus molestie.
It appears the posts are now appearing everywhere, like in any microblog such as tumblr/soup.io/etc. So this is interesting. Anyway, there's a test inside :D
$ echo -e "#include <iostream>\nusing namespace std;\nint main(){\n\tcout << \"This is a test\" << endl;\n\treturn 0;\n}\n" > test.cpp
$ g++ -o test test.cpp
$ ./test
This is a test