1
1
Fork 0

Fixed the superscript font in the task description (markdown stopped working, used html)

https://github.com/svtk/AtomicKotlinCourse/issues/23
This commit is contained in:
Svetlana Isakova 2021-07-20 13:08:49 +02:00
parent b1f2ec2168
commit f0278aa901
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
Check which of the following values can't be stored in an `Int` type:
- A million (10^6^)
- A billion (10^9^)
- A trillion (10^12^)
- A quintillion (10^18^)
- A million (10<sup>6</sup>)
- A billion (10<sup>9</sup>)
- A trillion (10<sup>12</sup>)
- A quintillion (10<sup>18</sup>)