🌱 I am a student developer studying in 42Seoul.
🏃🏻 I majored in psychology. And I'm very interested in people.
🙈 I am interested in C
, Python
, Docker
, Javascript (TypeScript)
!
🚀 I'm dreaming of becoming a FullStack developer!
void spark(t_study *study_list)
{
t_study new_something;
write(1, "Born2Code", 9);
while(*study_list)
{
if (study_hard(*study_list) == DONE)
++study_list;
if ((new_something = find_new_something()))
add_study_list(study_list, new_something);
}
}