Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.15 KB

index.md

File metadata and controls

66 lines (47 loc) · 1.15 KB

This is the title

This is a smaller heading

This text is italic This text is bold

* This text isn't italic *

This text is strikethrough


These are lines


This is a quote, looks cool eh?

My website

Same website below but with Title as alt tag: My Website

List

  • Item 1
  • Item 2
  • Shopping
    • Nested list
  1. Study
  2. Eat
  3. IDK

Image Link Funny Simpsons

Github markdown

    sudo apt install
    sudo apt perl 
#!/usr/bin/perl -w

sub dot_product {
    # Use ref instead
    # @_ is can be used to pass the parameter list to the function
    my ($aref, $bref) = @_;

    my @c;
    # $#$aref will give the length of the array
    foreach $i (0..$#$aref){
        $c[$i] = $$aref[$i] * $$bref[$i];
    }

    return @c;
}

Tables

Name Phrase
John Deer Send him a dear john
Mr Bush Helloooo mr bush