Introducing Tallis Dawson
Hey Gamers,
If you want to skip to crochet: click here
I like programming!
Here are my favorite languages, ordered:
- C/C++
- Java
- ARM
Here’s some code I wrote lol:
void DoublyList::destroyList()
{
while (first != nullptr)
{
Node *temp = first;
first = first->getNext();
delete temp;
temp = nullptr;
}
last = nullptr;
count = 0;
}
if you’d like to look at the repo readme, here it is:
readme
Crochet
I also crochet and recently crocheted a few things:
- Baby blanket
- Animal crossing dice bag
- Butterfly shirt
- fun hat!
More abt the fun hat, it has a small pompom that you can only see from the back so I always say:
business in the front
turns around
party in the back
HAT:

Games 2 play
Here are my games to play today: