Section 2 here
echo "Hello World"
#include <stdio.h> int main() { printf("Hello, World!\n"); return 0; }