Skip to content

shoota/dev_null

Repository files navigation

Add Hooks

========

  殺 伐 と し た リ ポ ジ ト リ に ゾ ウ リ ム シ が ! !  
  
_/\/\/\/|_  
\          /  
<   アメーバ!!!  >  
/          \  
 ̄|/\/\/\/ ̄  
        _____/ ●`丶 、  
     ==ニ───- 、   ,,lll,` 、  
            /  ,,,,,,,,llllllllll 丶      
           /  iiiilllllllllllllllll!! │  
          /   llllllllllllllllll´  │  
          │   llllllllllllllllllllli  │  
          │   llllllllllllllllllllll  │  
          │   llllllllllllllllll´  /  
          丶 ミカヅキモ´´`ll  /  
          丶      iillll  /  
           丶   !!!!iiill!´ /  
             `丶───__│  
                    \  
                      \  
  
┏━━━┓     ┏┓  ┏━━┓┏┓   ┏┳┓┏━━┓  
┗┓┏┓┃┏━━┛┗┓┗━━┛┃┃   ┃┃┃┃┏┓┃  
  ┃┣┛┃┗━┓  ┏┛┏━━┓┃┗━┓┗┻┛┃┃┃┃  
  ┃┣━┛  ┏┛┃┃  ┗━━┛┃┏━┛      ┃┃┃┃  
  ┃┃    ┏┛┏┫┃  ┏━━┓┃┃         ┃┗┛┃  
  ┗┛    ┗━┛┗┛  ┗━━┛┗┛         ┗━━┛  

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Loading
pie title NETFLIX
         "Time spent looking for movie" : 90
         "Time spent watching it" : 10
Loading
---
title: Animal example
---
classDiagram
    note "From Duck till Zebra"
    Animal <|-- Duck
    note for Duck "can fly\ncan swim\ncan dive\ncan help in debugging"
    Animal <|-- Fish
    Animal <|-- Zebra
    Animal : +int age
    Animal : +String gender
    Animal: +isMammal()
    Animal: +mate()
    class Duck{
        +String beakColor
        +swim()
        +quack()
    }
    class Fish{
        -int sizeInFeet
        -canEat()
    }
    class Zebra{
        +bool is_wild
        +run()
    }

Loading

About

trashes or git test

Resources

Stars

Watchers

Forks

Packages

No packages published