Skip to content
View Hzqkii's full-sized avatar

Block or report Hzqkii

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Hzqkii/README.md
section .data
    msg db "Hey I'm Hzqkii", 0xA
    len equ $ - msg

section .text
    global _start

_start:
    mov eax, 4
    mov ebx, 1
    mov ecx, msg
    mov edx, len
    int 0x80
    
    mov eax, 1
    xor ebx, ebx
    int 0x80

Languages and Tools:

aws bash c cplusplus docker go javascript linux

hzqkii

 hzqkii

Popular repositories Loading

  1. DX11-Bedrock-Guide DX11-Bedrock-Guide Public

    4

  2. Fractal-Weave Fractal-Weave Public

    Java 3

  3. Lunar-Optimizer-Script Lunar-Optimizer-Script Public archive

    Batchfile 2 1

  4. honectrl honectrl Public

    Batchfile 2

  5. McServerAutoSetup McServerAutoSetup Public

    Shell 1

  6. CTT CTT Public

    Forked from Aetopia/CTT

    Converts webhooks into .MD for synchronized documentation on CTT's Discord and GitHub pages

    HTML 1