Commit 911d7833 authored by a-j.towse's avatar a-j.towse

starting commit

parent 322981c5
...@@ -3,6 +3,17 @@ ...@@ -3,6 +3,17 @@
#include <string.h> #include <string.h>
#include <stdbool.h> #include <stdbool.h>
/*
Pokedex Assignment
A-J Towse
*/
/*
ToDO:
- Define functions
-
*/
typedef struct node { typedef struct node {
int val; int val;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment