I'm SuperN64. I code mainly in Python, Typescript/Javascript and Java.
I'm looking into learning C# and Rust, maybe get into hell with VB6.
I mainly make websites, APIs, Discord bots, useless software and the like.
Thanks for reading! (you didn't have to)
print("Hello world!")
console.log("Hello world!");
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
fn main() {
println!("Hello world!");
}