关于我

🌟 这里是我的代码小宇宙,我会将看到的有趣的,有用的,踩过天坑的内容记录在这,见证自己的进步。

1
2
3
4
5
6
7
8
9
public class PengDebugger {
private String name = "Peng::Debug";
private String[] skills = {"Java", "Rust", "DDD", "Microservice", "Database", "TypeScripts", "React", "DevOps",};
private String mission = "Forging elegant code, one byte at a time";

public void introduce() {
System.out.println("Hello, World! 👋");
}
}