1
0
UAHCode/CPE455/day8/hellorun.c

3 lines
28 B
C
Raw Permalink Normal View History

2022-08-28 21:12:16 +00:00
int main(){
greetMe();
}