exit status 1

DesertElk:
it came up with this C:\Users\Caden\AppData\Local\Temp\ccjA0Rth.ltrans0.ltrans.o: In function `main':

C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\cores\arduino/main.cpp:43: undefined reference to `setup'

Every Arduino sketch must have a setup() and loop() function, even if they are left empty. Your sketch does not have a setup() function, thus the error.