關於我
Developer.cs
class Developer {
string university = "NYUST_MIS";
// 榮譽成就
Achievement honors = {
Year: 112,
Event: "全國工科技藝競賽 - 軟體設計",
Result: "優勝"
};
// 技術堆疊
string[] skill_set = {"C", "C++", "C#", "Python"};
void CoreInterests() {
while (alive) {
Build(Tools_from_Scratch); // 喜歡從底層建構
Solve(Math_Logic && Algorithms); // 追求數學與邏輯
Optimize(Automation_Tasks, with = "Python");
}
}
}
最新內容
聯絡版主
如果有任何錯誤,或是問題。
請發送電子郵件到 0710ringe@gmail.com
注意: 我不一定會看到,所以在等待的過程中先去做其他事吧。