Skip to content

Instantly share code, notes, and snippets.

@mateusza
Created January 2, 2017 21:29
Show Gist options
  • Save mateusza/23cd320aff55b88c8beedc092516033e to your computer and use it in GitHub Desktop.
Save mateusza/23cd320aff55b88c8beedc092516033e to your computer and use it in GitHub Desktop.
#include <stdio.h>
void main(){
printf("%d %s\n", 0[(int*)"ground speed"], "km/h" );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment