hello! i'm francois
Honors Computer Science major @ UofA with a focus on systems programming, cybersecurity, and AI
- Software Engineer Intern @ IBM
- Open source contributor to some cybersec projects such as Falco
- Former Open source AI Engineer @ UAIS
- Former Full Stack Developer @ UofA Blueprint Chapter
- Hardest App to Doomscroll On: linkedin.com/francois-coleongco
- My server that I occasionally look at: discord.gg/6JQqhY4mU5
- I don't like reels but I have the app bc friends: https://www.instagram.com/fr4nsyz
If you get this, we need to be friends, discord user: fr4nsyz
(hint: walk the list, accumulate, never forget)
# Node structure [ data (4 bytes) | next_year (4 bytes) ]
la t0, HEAD
mv a0, zero
loop:
addi t2, t0, 8
lw t1, 0(t2)
lw t3, -4(t2)
mul a0, a0, t3
beq t1, zero, exitLoop
mv t0, t1
j loop
exitLoop:
ret



