Skip to main content
Commonmark migration
Source Link

#C 33

C 33

If just a function is allowed, then even c can compete.

(For the record, 2 bytes saved thx to @Cool Guy. Mt thx comment is unexpectedly evaporated.)

1 more char saved thx @Mig

f(a,c){printf("%s\n%*c",a,c,94);} 

#C 33

If just a function is allowed, then even c can compete.

(For the record, 2 bytes saved thx to @Cool Guy. Mt thx comment is unexpectedly evaporated.)

1 more char saved thx @Mig

f(a,c){printf("%s\n%*c",a,c,94);} 

C 33

If just a function is allowed, then even c can compete.

(For the record, 2 bytes saved thx to @Cool Guy. Mt thx comment is unexpectedly evaporated.)

1 more char saved thx @Mig

f(a,c){printf("%s\n%*c",a,c,94);} 
added 30 characters in body
Source Link
edc65
  • 32.3k
  • 3
  • 37
  • 90

#C 3433

If just a function is allowed, then even c can compete.

(For the record, 2 bytes saved thx to @Cool Guy. Mt thx comment is unexpectedly evaporated.)

1 more char saved thx @Mig

f(a,c){printf("%s\n%*s""%s\n%*c",a,c,"^"94);} 

#C 34

If just a function is allowed, then even c can compete.

(For the record, 2 bytes saved thx to @Cool Guy. Mt thx comment is unexpectedly evaporated.)

f(a,c){printf("%s\n%*s",a,c,"^");} 

#C 33

If just a function is allowed, then even c can compete.

(For the record, 2 bytes saved thx to @Cool Guy. Mt thx comment is unexpectedly evaporated.)

1 more char saved thx @Mig

f(a,c){printf("%s\n%*c",a,c,94);} 
added 100 characters in body
Source Link
edc65
  • 32.3k
  • 3
  • 37
  • 90

#C 34

If just a function is allowed, then even c can compete.

(For the record, 2 bytes saved thx to @Cool Guy. Mt thx comment is unexpectedly evaporated.)

f(a,c){printf("%s\n%*s",a,c,"^");} 

#C 34

If just a function is allowed, then even c can compete.

f(a,c){printf("%s\n%*s",a,c,"^");} 

#C 34

If just a function is allowed, then even c can compete.

(For the record, 2 bytes saved thx to @Cool Guy. Mt thx comment is unexpectedly evaporated.)

f(a,c){printf("%s\n%*s",a,c,"^");} 
deleted 2 characters in body
Source Link
edc65
  • 32.3k
  • 3
  • 37
  • 90
Loading
Source Link
edc65
  • 32.3k
  • 3
  • 37
  • 90
Loading