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:
parent
b1f2ec2168
commit
f0278aa901
|
@ -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>)
|
||||
|
|
Loading…
Reference in New Issue