Giter Site home page Giter Site logo
import com.hy2n.Profile;

public class Main {
  public static void main(String[] args) {
    Person me = new Person();
    me.printFullName();
    me.printContacts();
  }
}

class Person implements Profile {
  public void printFullName() {
    System.out.println("donghyun Lee");
  }
  public void printContacts() {
    System.out.println("[email protected]");
  }
}

현's Projects

2021hackathon-android icon 2021hackathon-android

노약자 / 아이들을 위한 초음파 센서를 활용한 신호등 2021 충청남도 교육청 해커톤 소스

2021hackathon-arduino icon 2021hackathon-arduino

노약자 / 아이들을 위한 초음파 센서를 활용한 신호등 2021 충청남도 교육청 해커톤 소스

androidwebviewkit icon androidwebviewkit

안드로이드 앱을 웹뷰로 간단하게 만들고 JS와 통신으로 알림까지 웹뷰로 보낼수 있게 하는 앱 키트

daejeonsi icon daejeonsi

대덕소마고 대신 전해주는 시간표 (대전시)

js-speedtest icon js-speedtest

JS로 구현한 클라이언트 사이드 인터넷 속도측정

landor-bike icon landor-bike

아두이노 메가 2560 , 7인치 LCD를 탑재한 자전거의 소스 코드

nao icon nao

아두이노 기반의 자율주행 자동차 NAO

study_ icon study_

코딩테스트 저장소 입니다

todayfood icon todayfood

nodeJS 기반 한국 급식조회 서비스

xchat icon xchat

간단한 웹소켓 통신 앱

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.