Skip to content

Instantly share code, notes, and snippets.

@jeremieroy
jeremieroy / gist:584216655d60eac06ae3
Last active September 25, 2019 17:10
send + more = money C solution
#include <stdio.h>
#define LENGTH(array)( (int)(sizeof(array)/sizeof(array[0])) )
/*
problem :
s e n d
+ m o r e
---------
m o n e y