본문 바로가기
Back-end

Code block test

by 100_g 2024. 5. 13.
public class Test {
    public static void main (String[] args) {
        System.out.println("Welcome to KnowGet!");
    }
}