Mundos:
-
Lobby IR: /spawn PVP: false
-
Minerar IR: /minerar PVP: Dia false / Noite True
node_modules/ | |
.cache/ | |
dist/ |
const msg = () => console.log('Hello World!') | |
console.clear() | |
for (let i = 0; i < 10; i++) { | |
msg() | |
} |
import sorteio from 'https://gist.githubusercontent.com/digitalbocca/f775ea56799f06786a043961a00f7d6a/raw/89ac726a0bf4d69224ab9972dcfd2aadc6d14e42/sorteio.deno.ts' | |
import { green } from 'https://deno.land/std/fmt/colors.ts' | |
console.clear() | |
console.log('SORTEANDO A LISTA A') | |
let listaA = [] | |
let premiados = 0 | |
let listaDePremios = [] |
Mundos:
Lobby IR: /spawn PVP: false
Minerar IR: /minerar PVP: Dia false / Noite True
<form id='form'enctype="application/json" action="http://localhost:3000", method="post"> | |
<input id ='Input1' type="text" placeholder="NOME" name='nome'> | |
<input id='Input2' type="text" placeholder="EMAIL" name='email'> | |
<button id='Button' type="submit">Enviar</button> | |
</form> |
set relativenumber | |
set expandtab | |
set shiftwidth=2 | |
set autoindent | |
set smartindent | |
syntax on | |
set nocompatible " be iMproved, required |