Welcome to BipBup!

This “blog” is the brainchild of Jonas Tranberg Sørensen and Ulrik Boll Djurtoft, and will contain all kinds of tidbits of information primarily about Linux, but also other subjects. There will be no regular posting schedule, posts will come as we feel like it. Posts can also be anything from a small snippet of code to long and detailed tutorials, whichever is appropriate at the time. We hope that you’ll enjoy our content, but if not, at least we got to have the joy of writing it.

Both Jonas and Ulrik are currently masters students in computer science at Aarhus University.

using System;
 
class Program
{
   static void Main()
   {
       Console.WriteLine("Hello world!");
   }
}
Categories: Announcements

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.