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

10 lines
151 B
C

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