Skip to content
View M1ndPuttY's full-sized avatar
🐍
🐍

Block or report M1ndPuttY

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
M1ndPuttY/README.md

先祝你每天开心..

xiangji

M1ndPuttY

the world's full of lonely people afraid to make the first move..

💻Technologies I Love

  • Linux
  • Embedded
  • Machine Learning

⚡Programming Languages

Technologies I Use

📝Who am I?

#include <stdio.h>

struct WhoAmI {
   char *user;
   char *current_work;
   char *hobbies[4];
};

char* getcity(){
   return "XIAN_CHINA";
}

int main() {
   struct WhoAmI me = {
       .user = "wangzhao",
       .current_work = "Writing code",
       .hobbies = {
           "Model making",
           "Watching Anime",
           "motorcycle",
           "bicycle"
       }
   };

   char* Ambitions[3];
   Ambitions[0] = "LearnEnglish";
   Ambitions[1] = "Practice photography";
   Ambitions[2] = "Be Well";

   return 0;
}
   

🤖Current Works

  • AI

🏁Other Stuff

M1ndPuttY's github stats

Popular repositories Loading

  1. Docsify-Guide Docsify-Guide Public

    Forked from YSGStudyHards/Docsify-Guide

    Personal blog

    HTML 1

  2. M1ndPuttY M1ndPuttY Public

    1

  3. programming-languages-logos programming-languages-logos Public

    Forked from abranhe/programming-languages-logos

    Programming Languages Logos

    Shell