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 #34

Closed Pencilcaseman closed 2 years ago

Pencilcaseman commented 2 years ago

This is a test issue with some code which should be Carbonited

for i in range(100):
    print("Hello, World")

print("Goodbye, World")

Does this work?

Pencilcaseman commented 2 years ago

What about this:

print("Hello, World")
Pencilcaseman commented 2 years ago

Does this work now?

for i in range(100):
    print("Hello, World")

print("Goodbye, World")
Pencilcaseman commented 2 years ago

Does this work now?

for i in range(100):
    print("Hello, World")

print("Goodbye, World")
Pencilcaseman commented 2 years ago

PLEASE WORK???

print("hello, world")
Pencilcaseman commented 2 years ago

Does it work now?

print("Please work?")