-
想修改部分为plaintext,谢谢各位大佬 |
Beta Was this translation helpful? Give feedback.
Answered by
argvchs
Mar 19, 2023
Replies: 1 comment
-
在 ```plaintext
Hello World!
```
```cpp
#include <iostream>
int main() {
std::cout << "Hello World!" << std::endl;
return 0;
}
```
```javascript
console.log("Hello World!");
```
```python
print("Hello World!")
``` |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
argvchs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在
```
之后填语言就可以了啊(默认是plaintext
)