lab-02-Rushilwiz/signed.c
github-classroom[bot] 2af160daeb
Initial commit
2024-02-15 05:36:29 +00:00

9 lines
133 B
C

// PID: 9DigitPidNoSpacesOrDashes
// I pledge the COMP 211 honor code.
#include <stdlib.h>
int main() {
return EXIT_SUCCESS;
}