Skip to content

Commit

Permalink
Merge pull request #6 from 5Tsrl/fix_header
Browse files Browse the repository at this point in the history
new case
  • Loading branch information
GabrieleLabanca authored Jun 19, 2024
2 parents fd1565e + 231725b commit be81c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/makeIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fs.writeFileSync(
pug.compileFile("src/indexTemplate.pug")({
operations: [
{ title: "Addition", example: `${a} + ${b} = ${arithmetic.sum(a, b)}` },
{ title: "I to IA", example: `ghii = ${arithmetic.i2ia('ghii')}` },
],
})
);

0 comments on commit be81c4e

Please sign in to comment.