Skip to content

Instantly share code, notes, and snippets.

View dlwalter's full-sized avatar
💭
Samsonite. I was way off.

dlw dlwalter

💭
Samsonite. I was way off.
View GitHub Profile
@dlwalter
dlwalter / mars-lander.cpp
Created March 13, 2022 03:17
Solution to the Mars Lander Problem
/*
* https://www.codingame.com/training/medium/mars-lander-episode-2
*
* @author Dave Walter <dlwalter@protonmail.com>
*/
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
@dlwalter
dlwalter / init.vim
Last active October 5, 2021 19:53
vim dotfile
"______ _ _ _
"| _ \ | | | | | Dave Walter
"| | | | | | | | | dlwalter@protonmail.com
"| | | | | | |/\| | github.com/dlwalter
"| |/ /| |___\ /\ /
"|___/ \_____/\/ \/
"
" A customized init.vim for neovim (https://neovim.io/)
set nocompatible " be iMproved, required