Code examples

classDiagram
  class Character{
        −_hp : int
        −_name : string 
        + Hurt(amount : int) void
        + Attack() int
  }
int hp = 100;

while (hp > 0)
{
  hp -= Random.Shared.Next(5);
  Console.WriteLine($"HP: {hp}");
}

Warning

aehteyj

Hello

arewrh

sdth
ahwrt6

Method Description
GET Fetch resource
PUT Update resource
DELETE Delete resource

Ctrl+Alt