Java로 배워보는 민식이법
Post
원문 보기 →Java로 배워보는 민식이법
혹은 민식이법으로 배워보는 Java public class Outlaw { // 너는 씨발 범죄자새끼 private int speedLimit = 0; // 도로 속도제한 private int yourSpeed = 0; // 니 속도 private boolean isOnSchoolZone = false; // 어린이보호구역 여부 private void onDrive(int speed) { // 운전시 callback yourSpeed = speed; } private void onEnterSchollZone(int speedLimit) { // 어린이보호구역 진입 callback isOnS
![[굿즈] 웹툰 『악역의 엔딩은 죽음뿐』 트럼프 카드 : 아는 장면이라도 플레잉 카드로 수집하는 이 맛](https://img.zoomtrend.com/2026/06/05/1780650880-SE-1c22cf84-12af-4fb2-95c5-c6354bd47dfd.jpg)


