Skip to content

Instantly share code, notes, and snippets.

@schweigert
Created October 26, 2016 19:01
Show Gist options
  • Select an option

  • Save schweigert/25f54e38e7e234e09e7378c8ba6fef3b to your computer and use it in GitHub Desktop.

Select an option

Save schweigert/25f54e38e7e234e09e7378c8ba6fef3b to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void){
int a = 2;
int b = 3;
float c = 3.25;
float d = 210;
char e = 'a';
char f = 'c';
int g, h;
int i, j;
char k = 'g', l = 'r';
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment