Skip to content
Snippets Groups Projects
char.e 59 B
int main(){
  char c = 'b';
  print_char(c);
  return c;
}