Skip to content

Instantly share code, notes, and snippets.

View GiseleBrandaoDev's full-sized avatar

GiseleBrandaoDev

View GitHub Profile
@jacobaraujo7
jacobaraujo7 / maps.dart
Created April 4, 2019 23:39
maps.dart
import "dart:io";
List<Map<String,dynamic>> cadastros = [];
main(){
bool condicao = true;
print("\x1B[2J\x1B[0;0H");
while (condicao) {
print("==== DIGITE UM COMANDO");