Skip to content

Instantly share code, notes, and snippets.

View realityexpander's full-sized avatar
🤓
Kotlin Multi-platoform, Android Native, iOS & Web

Chris Athanas realityexpander

🤓
Kotlin Multi-platoform, Android Native, iOS & Web
View GitHub Profile
@realityexpander
realityexpander / AdbCommands
Last active March 5, 2020 01:07 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
/*
Problem:
['Tokyo', 'London', 'Rome', 'Donlon', 'Kyoto', 'Paris']
// YOUR ALGORITHM