LATEST NEWS

← Back to News List

Join the Official Community Discord!

Posted on 2026-06-18

Join our official Discord server to chat with players, form guilds, and get real-time support from the administrators!

YUP


Hello

JavaScript

function greet(name) {
  const message = \`Hello, \${name}!\`;
  console.log(message);
  return message;
}
flowchart LR
    A[Start] --> B{Is it working?}
    B -->|Yes| C[Great!]
    B -->|No| D[Debug]
    C --> E[Deploy]
    D --> B

Mathematical Expressions

Inline math: $E = mc^2$ and $\alpha + \beta = \gamma$

Display equations:

$$\frac{\partial f}{\partial x} = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$$

$$\sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}$$

$$\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}$$

hello