fluent-emoji-flat:construction

rehype-custom-code

2023/11/23 に公開

最終更新日

2024/01/17

skill-icons:rust
main.rs
fn main() {
    println!("Hello, world!");
}
skill-icons:typescript
main.ts
const main = () => {
    console.log("hello, wolrd!");
    console.log("Hello, world!");
}
class Main {
    public static void main(String[] args) {
        System.out.println("Hello, world!");
    }
}