배분규칙
2026년 3월 11일 13:48분
package com.jesusbornd.leviticus;
import java.util.HashMap;
import java.util.Map;
public class Leviticus_07_Chapter_Lv1 {
public static void main(String[] args) {
Map<String, String> portion = new HashMap<String, String>();
portion.put("제사장 / Priest", "가슴+우편 / Breast+Right shoulder");
portion.put("제사 / Offering", "남은 것 / The rest");
System.out.println(portion.get("제사장 / Priest"));
}
}
portion = {
"제사장 / Priest": "가슴+우편 / Breast+Right shoulder",
"제사 / Offering": "남은 것 / The rest",
}
print(portion["제사장 / Priest"])
Search
Categories
← 목록으로
Comments
하나님 안에서는 혼란이 아니라 질서가 있고, 그 질서 속에서 각 사람에게 맡기신 부분이 있다는 생각이 듭니다.