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

starting commit

parent 322981c5
......@@ -3,6 +3,17 @@
#include <string.h>
#include <stdbool.h>
/*
Pokedex Assignment
A-J Towse
*/
/*
ToDO:
- Define functions
-
*/
typedef struct node {
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