#include <stdio.h> typedef struct { const char *currently_learning[3]; const char *next_step; } Agus; int main() { Agus agus = { .currently_learning = {"Pytorch", "Deep Learning"}, .next_step = "???" }; printf("Next step: %s\n", agus.next_step); return 0; }
- 🌱 I’m currently working as a Research Engineer at National Center of Artificial Intelligence (CENIA)
- 📫 How to reach me: agustinghent@gmail.com | agustinghent[at]gmail[dot]com
- ⚡ Fun facts:
- I'm very proficient in Spanish (I'm chilean, buena culiao!), speak proper English and some Portuguese.
- On my free time I enjoy training crossfit and playing the guitar.
- I've never broken a bone.