{{ title }}

{{ description }}

{{ article }}
	  
int sample_code() {
  let x = 1;
  let y = x;
  return 0;
}
	  
	  
{{ blockquote }}