import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
String sth = scanner.nextLine();
}
추후 수정 요망
'WIL(What I Learned)' 카테고리의 다른 글
Iterator를 활용해 ArrayList의 모든 요소 출력하기. (0) | 2021.08.20 |
---|---|
What does the colon (:) operator do? (0) | 2021.08.16 |
okky Spring IoC (0) | 2021.08.05 |
JPA에서 복수의 pk 지정하기 (0) | 2021.07.22 |
Entity에 무작위의 문자열을 id값으로 지정하기 (0) | 2021.07.22 |