Hello here

Can I write some code here with syntax highlight?

This is C

#include <stdio.h>
int main() {
  printf("Hello World\n");
}

This is python

from pwn import *
print("Hello World")