mirror of
https://github.com/Comp211-SP24/lab-02-Rushilwiz.git
synced 2025-04-09 14:50:19 -04:00
9 lines
133 B
C
9 lines
133 B
C
// PID: 9DigitPidNoSpacesOrDashes
|
|
// I pledge the COMP 211 honor code.
|
|
|
|
#include <stdlib.h>
|
|
|
|
int main() {
|
|
return EXIT_SUCCESS;
|
|
}
|