Hello World!

4.9
(22)

Welcome to OneLoneCoder Community!

This is clearly a brand new site, and has very little content right now. But I hope that community members will start creating articles for this site. It’s going to be mostly about programming, but anything technology related or just generally interesting will be accepted. Here are some ideas to get you started:

  • Programming articles
  • Algorithms
  • Project development logs
  • Showcases
  • Technology reviews
  • Game reviews
  • Scientific Opinions
  • Electronics
  • Editorials

Articles can include images, video links and of course Source Code!

#include <iostream>

int main()
{
    std::cout << "Hello!" << std::endl;
    return 0;
}

Rate this post!

Average rating 4.9 / 5. Vote count: 22

No votes so far! Be the first to rate this post.