- VSCode
launch.json
{
"version": "0.2.0",
"configurations": [
1 - Go to Github and create a new "empty" repository, e.g: graphql-blog-api
2 - Clone the repository locally
git clone [email protected]:plinionaves/graphql-blog-api.git
cd graphql-blog-api
3 - Now add Bitbucket repo as a new remote in Github called "sync" (or "upstream")
; isso é um comentário de linha | |
; FUNCOES | |
; define uma função chamada soma | |
(defun soma (n1 n2) (+ n1 n2)) | |
; executa a função soma | |
(print (soma 5 7)); 12 |
javascript: (function () { | |
/* based on ACRExtensions via https://github.com/binarycrafts/ACRExtensions */ | |
var w = null; | |
var kDoc = null; | |
var kObj = null; | |
if (typeof window.KindleReaderContextMenu !== 'undefined') { | |
w = window; |