Skip to content

Instantly share code, notes, and snippets.

@sharth
Created April 16, 2014 13:25
Show Gist options
  • Save sharth/fdd7af6d6630b335df09 to your computer and use it in GitHub Desktop.
Save sharth/fdd7af6d6630b335df09 to your computer and use it in GitHub Desktop.
[8:23am][wlynch@watermelon /tmp] make asdd
cc asdd.c -o asdd
[8:23am][wlynch@watermelon /tmp] ./asdd
Enter float to be stored in the stack: 1
Enter float to be stored in the stack: 2
Enter float to be stored in the stack: 3
Enter float to be stored in the stack: 4
Enter float to be stored in the stack: 5
5.000000
4.000000
3.000000
2.000000
1.000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment