반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- gas
- numpy
- hive
- Excel
- SQL
- Google Excel
- GIT
- Apache
- array
- Tkinter
- dataframe
- list
- string
- PySpark
- Github
- Kotlin
- 파이썬
- PostgreSQL
- Java
- c#
- google apps script
- Redshift
- Mac
- Google Spreadsheet
- math
- Python
- PANDAS
- django
- matplotlib
Archives
- Today
- Total
목록println (1)
달나라 노트
Kotlin - Hello World!
Original source = play.kotlinlang.org/byExample/01_introduction/01_Hello%20world Kotlin의 시작을 해봅시다. 일단 Kotlin 코드를 작성하기 위한 Editor를 설치해야하는데 저는 IntelliJ IDEA를 사용하였습니다. file name = kotlin_test.kt package org.kotlinlang.play fun main() { println("Hello World!") } 설치 후 프로젝트를 생성하고 src directory에 Kotlin 파일을 만든 후 위처럼 코드를 입력합시다. (Kotlin은 .kt라는 확장자를 갖습니다.) Kotlin은 package 안에서 정의됩니다. 그러나 Package를 명시하는건 필수는 아..
Kotlin
2021. 3. 15. 00:41