First Coding Post

news
code
analysis
Author

Henry Raeder

Published

July 15, 2024

This is an initial test post, will likely be adjusted later to add actual code:

for i in range(10):
    print(i)
0
1
2
3
4
5
6
7
8
9