Back to Freecodecamp

--seed--

tools/challenge-parser/parser/__fixtures__/with-c-code.md

latest292 B
Original Source

--seed--

--seed-contents--

html
<html>
  <body>
  </body>
</html>
css
body {
  background: green;
}
c
var x = 'y';

--solutions--

::id{#html-key}

html
<html>
  <body>
  </body>
</html>
css
body {
  background: white;
}
js
var x = 'y';