Skip to content

Instantly share code, notes, and snippets.

import java.util.Scanner;
public class step1_print {
public static void main(String[] args){
System.out.println(" 일 월 화 수 목 금 토");
System.out.println("--------------------------");
System.out.println(" 1 2 3 4 5 6 7");
System.out.println(" 8 9 10 11 12 13 14");
System.out.println(" 15 16 17 18 19 20 21");
System.out.println(" 22 23 24 25 26 27 28");
System.out.println(" 29 30 31");
🌞 Morning 18 commits ██░░░░░░░░░░░░░░░░░░░ 9.7%
🌆 Daytime 42 commits ████▋░░░░░░░░░░░░░░░░ 22.6%
🌃 Evening 89 commits ██████████░░░░░░░░░░░ 47.8%
🌙 Night 37 commits ████▏░░░░░░░░░░░░░░░░ 19.9%