/test-git

깃 스터디

Primary LanguageJavaMIT LicenseMIT

Github 교육 - 2일차

2019.05.15 강사 : 김종광

Fork & Pull Request

  • Tensorflow 프로젝트를 FOrk 하시고
  • 코드 수정 후 Push & Pull Request 해주세요

Mockup Tool List

2019년 인기 있는 제품 목록

  1. Prototyping
  2. 블릿이 생겨요
  3. Balsamiq

Hello World Java

public class HelloWorld {

    public static void main(String[] args) {
        // Prints "Hello, World" to the terminal window.
        System.out.println("Hello, World");
    }

}

.