This is the part where we pretend to be experts.
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;