noahgift / duke-coursera-ccf-lab1

Example code for Lab1
https://paiml.com/docs/home/books/cloud-computing-for-data/
Creative Commons Zero v1.0 Universal
0 stars 48 forks source link

Hello World #2

Open Joe-BDT opened 2 years ago

Joe-BDT commented 2 years ago

This program prints Hello, world!

Let's see if this works!

print('Hello, world!')

Joe-BDT commented 2 years ago

It worked and looks pretty!