Skip to content

Commit

Permalink
Merge pull request #67 from Jozty/ci-declaration-file
Browse files Browse the repository at this point in the history
Ci declaration file
  • Loading branch information
singla-shivam authored Jun 29, 2022
2 parents e343b1f + e7bd179 commit 813f6c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/flip.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import * as Fae from 'https://deno.land/x/fae/mod.ts'

console.assert([1, 2] == [1, 2])
// TODO
console.assert(1 === 1)

console.log('Example ran successfully')

0 comments on commit 813f6c7

Please sign in to comment.