Interested in Python & C
print("HelloWorld") # from python
#include <stdio.h> int main() { printf("Hello, World!"); // from C return 0; }