Back-end

Code block test

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