Skip to content

First Project


This is the first post.

lorum ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

{...}const export default function () { console.log("Hello World");}
console.log("Emoticons are fun!");console.log("Smile :)");console.log("Hello World");

Now here it is in rust

fn main() {    println!("Hello World");}

Heading 2

sub heading

How things work around here:

  • lorum ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
Click to expand

content body (support markdown syntax)

[package]name = "hello-world"version = "0.1.0"edition = "2021"
{...}[dependencies]