This website requires JavaScript.
Explore
Help
Sign In
waalge
/
aiken
Watch
1
Star
0
Fork
You've already forked aiken
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
w/pub-func
aiken
/
examples
/
acceptance_tests
/
006
/
lib
/
tests.ak
14 lines
113 B
Plaintext
Raw
Permalink
Blame
History
test foo() {
(1, []) == (1, [])
}
test bar() {
let x = 1
if x == 1 {
True
} else {
False
}
}
Reference in New Issue
View Git Blame
Copy Permalink