AjayKMehta / blog

Source code for my blog.
GNU Lesser General Public License v3.0
0 stars 0 forks source link

http://localhost:1313/2020/01/08/hello-world/ #5

Closed utterances-bot closed 4 years ago

utterances-bot commented 4 years ago

Hello 🌍 - Ajay's blog

Header This is a test. Haskell m >>= f foldl :: (a -> b -> a) -> a -> [b] -> a foldl _ z [] = z foldl f z (x:xs) = foldl f (f z x) xs C# var x = new List(); Python import numpy as np import pandas as pd [x^2 for x in range(10)] R iris %>% group_by(Species) %>% summarize( avg_length = mean(Sepal.Length), max_length = max(Sepal.

http://localhost:1313/2020/01/08/hello-world/

AjayKMehta commented 4 years ago

TEST

AjayKMehta commented 4 years ago

Changed issue title so it includes domain name not just path.

AjayKMehta commented 4 years ago

Still testing.