Skip to content

Commit 48b52eb

Browse files
committed
Linked computus.md to JavaScript, Typescript and Dart
1 parent 1920e2f commit 48b52eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contents/computus/computus.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,12 @@ For now, we have the code outputting a tuple of $$d$$ and $$e$$, so users can us
322322
[import, lang:"nim"](code/nim/gauss_easter.nim)
323323
{% sample lang="scala" %}
324324
[import, lang:"scala"](code/scala/gauss_easter.scala)
325+
{% sample lang="dart" %}
326+
[import, lang:"dart"](code/dart/gauss_easter.dart)
327+
{% sample lang="javascript" %}
328+
[import, lang:"javascript"](code/javascript/gauss_easter.js)
329+
{% sample lang="typescript" %}
330+
[import, lang:"typescript"](code/typescript/gauss_easter.ts)
325331
{% endmethod %}
326332

327333

0 commit comments

Comments
 (0)