• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[test](index.md) / [hackTheArithmetic](./hack-the-arithmetic.md)
2
3# hackTheArithmetic
4
5`fun hackTheArithmetic(): Unit`
6
7Try to make this check pass
8
9```
10if(1 > 2)
11```
12
13Or just piece of html
14
15```
16<p>1 = 3</p>
17```
18
19