Skip to content

Instantly share code, notes, and snippets.

View Karrq's full-sized avatar
🏠
Working from home

Karrq Karrq

🏠
Working from home
View GitHub Profile
@Karrq
Karrq / rot13.rkt
Last active July 2, 2020 03:05
Rot13 Decode/Encode implementation for July 2020 Competition
#lang racket/base
#|
Date: 02/07/2020
Author: Francesco "Karrq" Dainese
github: @Karrq
This is a rot13 cipher implementation for quickscript.

Keybase proof

I hereby claim:

  • I am karrq on github.
  • I am karrq (https://keybase.io/karrq) on keybase.
  • I have a public key ASCzSjzzkud-LYiOENWxzOeWiz3nbANJzYPIHTawc50rsgo

To claim this, I am signing this object:

exports.execute = async (args) => {
// args => https://egodigital.github.io/vscode-powertools/api/interfaces/_contracts_.workspacecommandscriptarguments.html
// s. https://code.visualstudio.com/api/references/vscode-api
const vscode = args.require('vscode');
const vscode_helpers = args.require('vscode-helpers');
vscode.window.showInformationMessage(
'Generating new Stack project...'
);