Check-in 29
If you attend class on 11/3, you will have a chance to do this assignment in-class for the C29 grade

Write the x64 for the snippet below

			int bar(int t){
				t = 7;
			}
			int main(){
				int a;
				bar(1);
			}
			

If you skip class on 11/3, you should complete the above assignment on your own.
Turn your work in on Canvas to the C29 folder by 11:59 PM on 11/5 (the Sunday following 11/3).