So given the following program:
Is the time complexity of this program O(0)? In other words, is 0 O(0)?
I thought answering this in a separate question
It takes the same amount of time to run regardless of the input, therefore it is O(1) by definition.