Alxandr / alxandr.me

My blog

Home Page:blog-git-master.alxandr.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Issue

Alxandr opened this issue · comments

This issue is here to do testing of my GH integration.

Comment with code:

const foo = 'bar';
const fn = () => {
  console.log(foo);
};