Code:isochromic.c: Difference between revisions

Wrapped the code in <syntaxhighlight /> (forgot to do it in the last edit)
(Started version 0.6. Changed the "preserve sums" syntax to '$' (it used to be '_').)
(Wrapped the code in <syntaxhighlight /> (forgot to do it in the last edit))
 
Line 1: Line 1:
<syntaxhighlight lang="c">
// Elie's isochromic image generator v0.6
// Elie's isochromic image generator v0.6
// Copyright 2022, Elie Goldman Smith
// Copyright 2022, Elie Goldman Smith
Line 1,104: Line 1,105:
  return 0;
  return 0;
}
}
</syntaxhighlight>