aboutsummaryrefslogtreecommitdiff
path: root/challenge-034/paulo-custodio/t/test-2.yaml
blob: 746bd8389b752a3421a6e7bf0188868085ef661d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- setup:
  cleanup:
  args:     1 3 + .
  input:
  output:   4
- setup:
  cleanup:
  args:     1 3 - .
  input:
  output:   -2
- setup:
  cleanup:
  args:     '"3 2 * ."'
  input:
  output:   6
- setup:
  cleanup:
  args:     3 2 / .
  input:
  output:   1.5