Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
View limlimsu's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Chungbuk National University
  • 1, Chungdae-ro, Seowon-gu, Cheongju-si, Chungcheongbuk-do, Republic of Korea
  • 00:03 (UTC +09:00)
  • aaaw__a_

Block or report limlimsu

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 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
limlimsu/README.md

🌍 Hello world, I'm limlimsu.

MuaKissGIF

I'm a passionate and computer engineering student of Chungbuk National University.

I’m currently learning Open Source Professional Project, Data communication and Programming Languages.


πŸ›  Tech Stack

C Python Git Java


πŸ“Š GitHub Stats

Top Langs


🌱 Currently...

  • Learning more about java, python and c.
  • Trying to write better code β€” not just code that works.
  • Grow my GitHub as a portfolio and record of my development journey.


✨ Contact me to share programming knowledge!

  • If you're working on something cool or want to chat, hit me up!
  • I’m always open to learning and sharing ideas πŸ’¬
  • How to reach me : soohwan2392@gmail.com or korean people touch me to lym2392@naver.com

😎 "Still learning. Still building. Still having fun."

  • I’m looking to collaborate on open source projects, AI, Java, Python.
  • I’m looking for help with Docker, linux, java.

😽 Browse through my repositories to see what I've been working on. Hope you find something interesting!

#include <stdio.h>

const char* catArt[] = {
    "        /\\_____/\\  ",
    "       /  o   o  \\  ",
    "      ( ==  ^  == )  ",
    "       )         (   ",
    "      (           )  ",
    "     ( (  )   (  ) ) ",
    "    (__(__)___(__)__)"
};

void printCat() {
    int lines = sizeof(catArt) / sizeof(catArt[0]);
    for (int i = 0; i < lines; ++i) {
        printf("%s\n", catArt[i]);
    }
}

int main() {
    printf("🐾 Hello, GitHub World!\n\n");
    printCat();
    return 0;
}

Popular repositories Loading

  1. algorithm24 algorithm24 Public

    Jupyter Notebook

  2. debugging_drills debugging_drills Public

    Forked from bytecell/debugging_drills

    Python

  3. limlimsu limlimsu Public

    My Coding World

  4. Crawling_Project Crawling_Project Public

    Python

  5. browser-use browser-use Public

    Forked from browser-use/browser-use

    🌐 Make websites accessible for AI agents. Automate tasks online with ease.

    Python

  6. jump2python jump2python Public

    Forked from pahkey/jump2python

    Python

Morty Proxy This is a proxified and sanitized view of the page, visit original site.