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")
Can I write some code here with syntax highlight?
#include <stdio.h>
int main() {
printf("Hello World\n");
}
from pwn import *
print("Hello World")