archi
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
struct clue {
|
||||
char letter;
|
||||
long next_offset;
|
||||
};
|
||||
|
||||
int scavenger_hunt_ref(char *input, char *output)
|
||||
{
|
||||
// FIXME: Implement this function
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user