Skip to content
View annncc's full-sized avatar
Block or Report

Block or report annncc

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
annncc/README.md
//成长轨迹.c
#include<stdio.h>
int main(void)
{
       int y;
       long long L;
       
       y = 0;
       L = 315360000;
       
       for(y;y<=0X12CC0300;y++){
       printf("在努力一点!\n");
       L--;
       printf("距离%d.\n",L);
       printf("相信你可以做到!\n");
       printf("这是第%d秒,时间在走,我哪敢停下脚步\n",y);
                                }
       return 0;
}

Popular repositories

  1. -pythond- -pythond- Public

    Python 1

  2. - - Public

    学习资料《30天自制一个操作系统》

    1

  3. Make-me-own-OS Make-me-own-OS Public

    1

  4. annncc annncc Public

    Config files for my GitHub profile.

  5. MyFirstproject MyFirstproject Public

    This is my first project

    C++

  6. futurecoder futurecoder Public

    Forked from alexmojaki/futurecoder

    100% free and interactive Python course for beginners

    Python