Skip to content

Instantly share code, notes, and snippets.

⭐ Total Stars: 0
➕ Total Commits: 828
🔀 Total PRs: 257
🚩 Total Issues: 80
📦 Contributed to: 14
🌞 Morning 19 commits █▌░░░░░░░░░░░░░░░░░░░ 7.5%
🌆 Daytime 79 commits ██████▌░░░░░░░░░░░░░░ 31.2%
🌃 Evening 97 commits ████████░░░░░░░░░░░░░ 38.3%
🌙 Night 58 commits ████▊░░░░░░░░░░░░░░░░ 22.9%
@chunghye98
chunghye98 / Calculation_Test2.java
Last active December 7, 2022 11:25
codesquad-test
import java.awt.*;
import java.util.Scanner;
public class Calculation_Test2 {
private final int ZERO = 48;
private final int NINE = 57;
private int[] months = {0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};
private int solarXY;