LibRapid / librapid

A highly optimised C++ library for mathematical applications and neural networks.
http://librapid.rtfd.io
MIT License
164 stars 10 forks source link

Test Issue #37

Closed Pencilcaseman closed 2 years ago

Pencilcaseman commented 2 years ago

Below is a code block which should be turned into an image :)

for i in range(123):
    print("Hello, World!")
Pencilcaseman commented 2 years ago

Why didn’t it work before? Maybe it doesn’t work if you comment from the GitHub mobile app?

for i in range(123):
    print("Hello, World!")
Pencilcaseman commented 2 years ago

Does it work on Desktop?


View raw code

```python for i in range(123): print("Hello, World!") ```


Pencilcaseman commented 2 years ago

I wonder if anything different happens now?


View raw code

```python # This is a comment :) for i in range(123): print("Hello, World!") ```


Pencilcaseman commented 2 years ago

Does it still do the same thing?


View raw code

```python # This is a comment :) for i in range(123): print("Hello, World!") ```


Pencilcaseman commented 2 years ago

How about now?


View raw code

```python # This is a comment :) for i in range(123): print("Hello, World!") ```