; profile.asm
section .data
user db "00ie"
role db "cybersecurity student"
systems db "windows | nyarch linux"
langs db "js | ts | py | c# | go | nim | rust | bash"
focus db "systems | security | research"
section .text
_start:
mov rax, focus
xor rbx, rbx ; no distractions
ret