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?
Same website below but with Title as alt tag: My Website
List
- Item 1
- Item 2
- Shopping
- Nested list
- Study
- Eat
- IDK
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 |