8000 GitHub - hooss-only/hooss-only
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hooss-only/hooss-only

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Changmin Jung

18-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 = 18;
		.birth = "2007/02/13";
		.from = "Korea";
		.school = "Kyungpook National University High School";
		.tool = "neovim";
		.code_style = code_style;
        	.skill_set = skill_set;
	};

	return 0;
}

go to my homepage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0