Organized Main File

This commit is contained in:
Maddox Werts 2025-03-17 09:55:41 -04:00
parent be12de2c94
commit 86d432187b

View file

@ -1,3 +1,6 @@
// Libraries
// Entry-Point
fn main() {
println!("Hello, world!");
}