Skip to content
Snippets Groups Projects
ret20.e 61 B
main(){
  x = 5;
  y = x * 2;
  x = 6 * x;
  return x - y;
}