Skip to content
View hooss-only's full-sized avatar
:octocat:
Learning System
:octocat:
Learning System
  • Korea, Deagu

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

17-years-old student,
who likes to program and swim.

Contact me
instagram | hoossonly@gmail.com

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

#define MAYBE 0.5

int main() {
	CodeStyle code_style = {
		.tab = 2;
		.semicolon = true;
		.clean_code = MAYBE;
		.comments = "less comments but more redability";

	};

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

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

go to my homepage

Pinned Loading

  1. todo todo Public

    Go

  2. 4hours-timer 4hours-timer Public

    TypeScript

  3. super-searcher super-searcher Public

    Python

  4. flappybird-SFML flappybird-SFML Public

    C++