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/bump-nix
aiken
/
examples
/
acceptance_tests
/
033
/
lib
/
tests.ak
5 lines
97 B
Plaintext
Raw
Permalink
Blame
History
test tuple_1() {
let coordinates = (14, 42)
coordinates.1st == 14 && coordinates.2nd == 42
}
Reference in New Issue
View Git Blame
Copy Permalink