# 文件后缀
*.kt
# 基础类型
### 数字
|类型|大小 字节数|最大值|最小值|
|-|-|-|-|
|byte|8|-128|127|
|shot|16|-32768|32767|
|int|32|-2^31^|2^31^-1|
|long|64|-2