Hi there!
print("hello world!")
console.log("hello world!");
System.out.println("hello world!");
std::cout << "hello world!" << std::endl;
printf("hello world!\n");
echo "hello world!"
October 18, 2024 (3mo ago)
Hi there!
print("hello world!")
console.log("hello world!");
System.out.println("hello world!");
std::cout << "hello world!" << std::endl;
printf("hello world!\n");
echo "hello world!"