#include <stdio.h>
typedef struct {
const char *currently_learning[3];
const char *next_step;
} Agus;
int main() {
Agus agus = {
.currently_learning = {"Pytorch", "Jax", "Deep Learning"},
.next_step = "PhD"
};
printf("Next step: %s\n", agus.next_step);
return 0;
}
- 🌱 I’m currently doing an Internship at National Center of Artificial Intelligence (CENIA)
- 📫 How to reach me: [email protected] | 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.