Skip to content

Instantly share code, notes, and snippets.

View arjo129's full-sized avatar
💭
🦀

Arjo Chakravarty arjo129

💭
🦀
View GitHub Profile
@arjo129
arjo129 / chat.msg
Last active August 21, 2018 07:15 — forked from chewwt/chat.msg
std_msgs/Header header
std_msgs/String source_id
std_msgs/String message
@arjo129
arjo129 / 2048.c
Last active August 29, 2015 13:58 — forked from justecorruptio/2048.c
A more readable version
M[16],X=16,W,k;
main(){
T(system("stty cbreak"));
puts(W&1?"WIN":"LOSE");
}
K[]={2,3,1};
s(f,d,i,j,l,P){
for(i=4;i--;){
for(j=k=l=0;k<4;){