Skip to content
Snippets Groups Projects
f_3.e 42 B
main(){
  return f();
}
f(){
 return 3;
}