The Weekly Challenge 166: Github DWIM
I recently got an account for Github Copilot. So let’s go and have some fun with it.
I have used it to write my entries for the Weekly Challenge 166. I am going to look at task 2 in this blog post. In a gist, you’re asked to print a table diff view of files in three directories. It turns out that properly describing the task is actually quite hard.
I’m doing this in Visual Studio Code, with the Copilot extension. It pretty much just suggests code and you can accept it, or ask for something else.
Read moreā¦Hello World
It works!