Hello
using namespace std;
int main() {
cout << "Hello, World!" << endl;
return 0;
}
Python 🤝 C 🤝 C++ 🤝Java
Class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
print(chr(72),chr(69), chr(76),chr(76),chr(79)," ",chr(87),chr(79),chr(82),chr(76),chr(68), chr(33))