Skip to content
View fonti-eng's full-sized avatar
👨‍🎓
Learning
👨‍🎓
Learning

Highlights

  • Pro

Block or report fonti-eng

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fonti-eng/README.md
Static Badge

#include <stdbool.h>

int  main(void)
{
    struct  about_me Daniel = {
      .name = "Daniel Fontiveros Macías",
      .age = 18,
      .student = true,
      .hired = false,
      .contact = "daniel.fontiveros280@gmail.com"
    };

    struct  student my_studies = {
      .is_student = true,
      .status = {"42 Student"},
      .campus_42 = "Málaga",
      .login_42 = "dfontive",
    };

    return (0);
}

Popular repositories Loading

  1. Libft Libft Public

    Proyecto Libft 42

    C

  2. fonti-eng fonti-eng Public

  3. Printf Printf Public

    C

  4. get_next_line get_next_line Public

    C

  5. Vested-Bio Vested-Bio Public

    TypeScript

  6. pruebaRep pruebaRep Public

    Java