Another blog, another tech stack, another fuzzy goal!
Bloggin’ History
My record for blogging is a bit spotty.
Language Preferences
Times do be changing.
C++
#include <iostream>
int main()
{
std::cout << "Hello, world!\n" << std::endl;
return 0;
}
Odin
package main
import "core:fmt"
main :: proc() {
fmt.println("Hello, world!")
}
Stay Tuned!
Thanks.