Skip to content

Instantly share code, notes, and snippets.

View illdefined's full-sized avatar
🦭

Mikael illdefined

🦭
  • Berlin, Germany
  • 13:48 (UTC +02:00)
View GitHub Profile
@asmuth
asmuth / squirrelclock.c
Created February 17, 2012 22:45
squirrelclock! :)
#include <stdio.h>
#include <time.h>
void clearscreen(){
fputs("\033[H\033[2J", stdout);
}
int main(int argc, char* argv[]){
char *frame01 =