#include <string>
#include <vector>
namespace Kaitlek {
class About : public Me {
public:
struct Workplace {
std::string role;
std::string status;
};
Workplace getCurrentWorkplace() const {
return {"Student", "Full-Time"};
}
std::vector<std::string> getDailyKnowledge() const {
return {
"C++/C",
"Rust",
"Python",
"Linux",
"JavaScript"
};
}
std::string getFutureGoal() const {
return "To learn.";
}
};
}
Popular repositories Loading
-
discord-voicemessage-sender
discord-voicemessage-sender PublicSend a discord voice message with a file without the use of a mobile device.
Python 1
-
img2desmos
img2desmos PublicConverts regular image files into a desmos pixelart graph using the polygon function
-
collatz-optimized
collatz-optimized PublicHighly optimized rust program to find the number with the largest steps from 1 to n following the collatz conjecture
Rust
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.