#include <stdbool.h>
int main(void)
{
struct about_me jandrana = {
.name = "Ana Alejandra Castillejo",
.pronouns = {"she", "her"},
.age = 21,
.student = true,
.hired = false,
.contact = "yo@anaalejandra.com"
};
struct student my_studies = {
.is_student = true,
.status = {"42 Student", "Codecademy", "HackTheBox", "LeetCode"},
.campus_42 = "MΓ‘laga",
.login_42 = "ana-cast",
.codecademy_url = "https://www.codecademy.com/profiles/jandrana"
};
return (0);
}
π― Since September, 2023 I'm a student at 42 Malaga. My passion lies in coding, from developing challenging C projects to creating engaging web pages for touristic apartments or creating different virtual environments depending on my specific needs.
π©βπ» In my public repository, 42 Cursus, you can track my progress and check out the work I'm doing during my 42 journey.
π Additionally, I'm starting to dive into the cybersecurity world through platforms like Hack The Box, and improving my skills in different programming languages with platforms like Codecademy.
β³οΈ View my WakaTime Statistics
π± My GitHub Data
π¦ 38.1 kB Used in GitHub's Storage
π 332 Contributions in the Year 2025
πΌ Opted to Hire
π 18 Public Repositories
π 14 Private Repositories
I'm a Night π¦
π Morning 23 commits βββββββββββββββββββββββββ 00.59 %
π Daytime 1252 commits βββββββββββββββββββββββββ 32.32 %
π Evening 2443 commits βββββββββββββββββββββββββ 63.06 %
π Night 156 commits βββββββββββββββββββββββββ 04.03 %
π I'm Most Productive on Tuesday
Monday 672 commits βββββββββββββββββββββββββ 17.35 %
Tuesday 994 commits βββββββββββββββββββββββββ 25.66 %
Wednesday 887 commits βββββββββββββββββββββββββ 22.90 %
Thursday 442 commits βββββββββββββββββββββββββ 11.41 %
Friday 559 commits βββββββββββββββββββββββββ 14.43 %
Saturday 188 commits βββββββββββββββββββββββββ 04.85 %
Sunday 132 commits βββββββββββββββββββββββββ 03.41 %
π This Week I Spent My Time On
ποΈ Time Zone: Europe/Madrid
π¬ Programming Languages:
C 1 hr 19 mins βββββββββββββββββββββββββ 95.55 %
Other 2 mins βββββββββββββββββββββββββ 02.95 %
Makefile 1 min βββββββββββββββββββββββββ 01.49 %
π₯ Editors:
VS Code 1 hr 23 mins βββββββββββββββββββββββββ 100.00 %
π±βπ» Projects:
cub3d 1 hr 23 mins βββββββββββββββββββββββββ 100.00 %
π» Operating System:
Linux 1 hr 23 mins βββββββββββββββββββββββββ 100.00 %