Skip to content
View hooss-only's full-sized avatar
:octocat:
Learning System
:octocat:
Learning System
  • Korea, Deagu
  • 22:10 (UTC +09:00)

Organizations

@Team-WAVE-x

Block or report hooss-only

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 250 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
hooss-only/README.md

Changmin Jung

코딩하는 쿼카, Coding Quokka
KNUHS student,
who likes to code and swim.

Contact me
instagram | [email protected]

Be Sponsor
github ko-fi

#include <stdbool.h>
#include "ojbects/person"

int main() {
	CodeStyle code_style = {
		.tab = 8, // to prevent deep indent
		.semicolon = true,
		.clean_code = "working on it...",
		.comments = "less comments but more redability",

	};

    	char **skill_set = { "C", "Python", "Assembly" }

	Person hooss = {
		.name = "Changmin Jung",
		.age = 18,
		.birth = "2007/02/13",
		.from = "Korea",
		.school = "Kyungpook National University High School",
		.tool = "neovim & tmux",
		.code_style = code_style,
        	.skill_set = skill_set,
	};

	return 0;
}

go to my homepage

Pinned Loading

  1. miner-os miner-os Public

    A 32-bits operating system which is only designed for minesweeper game

    C 4

  2. assembly-playground assembly-playground Public

    Assembly

  3. dotfiles-minecraft-style dotfiles-minecraft-style Public

    Fan-made minecraft style ricing dotfile

    QML 54 3

  4. todo todo Public

    Go

  5. flappybird-SFML flappybird-SFML Public

    C++

  6. diffusion-simulator diffusion-simulator Public

    Python