fn main() {
let message: &'static str = "Welcome to my page!";
println!("{}", message);
}#include <iostream>
#define LOG(x) std::cout << x << std::endl;
int main()
{
LOG("Alright fine, I went back to learn C++!");
std::cin.get();
}fun main() {
println("Please feel welcome to take a look around for inspiration")
}Class Main{
public static void main(String[] args) {
System.out.println("Java was one of my first languages back when OSRS and RSPSs were huge");
}
}import { toast } from 'sonner';
export default function main(){
document.title = "My Personal Repository";
toast.info("I have gotten big into JavaScript and building web apps");
}Email: AchroDev