fn main() {
let message: &'static str = "Welcome to my page!";
println!("{}", message);
}
#define <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");
}
}
Email: AchroDev