1
0
UAHCode/CPE455/day8/hellorun.c
2022-08-28 16:12:16 -05:00

3 lines
28 B
C

int main(){
greetMe();
}