Skip to content
Snippets Groups Projects
just_a_variable_37.e 60 B
main(){
  just_a_variable = 37;
  return just_a_variable;
}