Jane's Lobster Bisque Recipes

Method

This is the part where we pretend to be experts.

  1. Boil a large lobster.
  2. Cut the lobster into small pieces.
  3. Heat some cream.
  4. Combine the pieces with the cream.
  5. Stir until the cream thickens.

Voila! Now you have lobster bisque. Or at least, you have a good story to tell.

Return to Ingredients View Notes
        
            // Lobster Bisque Recipe (in C++)
            #include <stdio.h>
            int pieces = 10;
            char cream[100];
            char lobster[50];
            printf("Boil a large lobster.\n");
            printf("Cut the lobster into small pieces.\n");
            printf("Heat some cream.\n");
            printf("Combine the pieces with the cream.\n");
            printf("Stir until the cream thickens.\n");
            return 0;