Skip to content
View apzzd's full-sized avatar
😱
life is fine 😱
😱
life is fine 😱

Organizations

@orcsgirls
Block or Report

Block or report apzzd

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
apzzd/README.md

hey, i'm ada. what's up

Pinned

  1. ✨ c code for multiplying two 2x2 mat... ✨ c code for multiplying two 2x2 matrices, with arguments ✨
    1
    #include <stdio.h>                                                                                                                
    2
    #include <string.h>                                                                                                               
    3
    #include <stdlib.h>                                                                                                               
    4
                                                                                                                                      
    5
    int main(int argc, char *argv[]) {                                                                                                
  2. ✨ c code for multiplying a vector by... ✨ c code for multiplying a vector by a 2x2 matrix ✨
    1
    #include <stdio.h>                                                                                                                
    2
    #include <string.h>                                                                                                               
    3
    #include <stdlib.h>                                                                                                               
    4
                                                                                                                                      
    5
    int main(int argc, char *argv[]) {