Hello
print("Hello World")
#include <stdio.h>
int main() { printf("Hello World");
return 0; }
using namespace std; int main() { cout << "Hello, World!" << endl; return 0; }
C 🤝 CPP
Python 🤝 C 🤝 C++ 🤝Java
Class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }
nah fk python
It was the first language i learnt 🥲
feelsbadman
+1 am learning it right now python is a bitch
print(chr(72),chr(69), chr(76),chr(76),chr(79)," ",chr(87),chr(79),chr(82),chr(76),chr(68), chr(33))