Coding in replies

Here, I fixed it all (kinda)

```python
print('Hello world')
```​
//```javascript
alert('Hello world');
```​​

(It doesn't work without the // (or any way to ignore that part), because it'll format that)

```java
System.out.println("Hello World!");
```​​