This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* https://www.codingame.com/training/medium/mars-lander-episode-2 | |
* | |
* @author Dave Walter <[email protected]> | |
*/ | |
#include <iostream> | |
#include <string> | |
#include <vector> | |
#include <algorithm> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"______ _ _ _ | |
"| _ \ | | | | | Dave Walter | |
"| | | | | | | | | [email protected] | |
"| | | | | | |/\| | github.com/dlwalter | |
"| |/ /| |___\ /\ / | |
"|___/ \_____/\/ \/ | |
" | |
" A customized init.vim for neovim (https://neovim.io/) | |
set nocompatible " be iMproved, required |