Prepare for Dragon Hunt 🐉 2024 (Part 2)
(continue from Part 1 ) What's next - My personal tastes Starting with some Zig code (non-dev please don't panic!): const std = @ import( "std" ); pub fn main() ! void { std.debug.print( "Stay Healthy \n " , .{}); std.debug.print( "Build up more stable financial income \n " , .{}); std.debug.print( "Self-dev and new languages \n " , .{}); std.debug.print( "Cherish moments! Hug more! Smile more! \n " , .{}); } Doubt that you still stay with me after looking at those lines of code, it's basically a list of my personal goals that I plan and hopefully (extremely hopefully) be able to achieve all of them at the end of 2024. Let's go through them a bit in a most general form. Stay healthy The top one seems so simple thus so important that most of us ignore, but I couldn't as Dad always grunts this and grunts that: " Have you been working out lately? Remember to stand up frequently, do not sit fo...