Skip to content
View hooss-only's full-sized avatar
:octocat:
Learning System
:octocat:
Learning System
  • Korea, Deagu
  • 03:27 (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 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
hooss-only/README.md

Changmin Jung

KNUHS student,
who likes to code and swim.

Contact me
instagram | [email protected]

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

int main() {
	CodeStyle code_style = {
		.tab = 2,
		.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. assembly-playground assembly-playground Public

    Assembly

  2. miner-os miner-os Public

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

    C 3

  3. todo todo Public

    Go

  4. flappybird-SFML flappybird-SFML Public

    C++

  5. diffusion-simulator diffusion-simulator Public

    Python

  6. fish-game fish-game Public

    Python