Heeello

Mar 16, 2026

omg description i should probably use a text generator

hello internet :D i cant believe I mispelled for my first test!

Anyway!

AaaaBbbBBBssas

Cool

#include <stdlib.h>

typedef struct {
    char buf[5];
} Hello;

int main(){
    int does_this_works = 0;
    return does_this_works;
    Hello* hi = malloc(sizeof(Hello));
}
    
  • :0