Skip to content
View cothi's full-sized avatar
😁
good
😁
good

Organizations

@codestates @CECOM-CAU @postech-dao
Block or Report

Block or report cothi

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
cothi/README.md
#include <iostream>
#include <string>

using namespace std;
class Cothi {
  public:
    Cothi() {
      name = "jiung han";
      role = "Software Engineer";
      currentFocus = "I am focusing on backend technologies.";
      portfolio = "https://cothi.github.io/";
      blog = "https://wooong-dev.tistory.com/";
    }
  void sayHi() {
    cout << "Hello";
  }
  private:
    string name;
    string role;
    string portfolio;
    string currentFocus;
    string blog;
};
int main() {
  Cothi me;
  me.sayHi();
}

type badge
algorithm Codeforces
Solved.ac프로필

Pinned Loading

  1. chat-go chat-go Public

    Terminal based tcp chat made with go

    Go 1