Skip to content

Commit

Permalink
测试代码块图标样式
Browse files Browse the repository at this point in the history
  • Loading branch information
CatCodeMe committed Nov 26, 2024
1 parent f4f60aa commit 2168c28
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions others/test_code.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
{
"title": null,
"description": null,
"dg-publish": true,
"dg-path": null,
"pin": null,
"ai": null,
"date": "2024-11-26 22:51:37",
"updated": "2024-11-26 22:51:40"
}
---




```java title="Java"
public static void main(String[] args) {
System.out.println("Hello, World!Hello, World!Hello, World!Hello, World!Hello, World!Hello, World!Hello, World!Hello, World!Hello, World!Hello, World!Hello, World!Hello, World!Hello, World!Hello, World!Hello, World!Hello, World!");
}
```

```python title="Python"
print("Hello, World!")
```

```js title="JavaScript"
console.log("Hello, World!")
```

```ts title="TypeScript"
console.log("Hello, World!")
```

```rust title="Rust"
fn main() {
println!("Hello, World!");
}
```

```zig title="Zig"
pub fn main() void {
std.debug.print("Hello, World!\n", .{});
}
```

0 comments on commit 2168c28

Please sign in to comment.