Page MenuHomec4science

hello.c
No OneTemporary

File Metadata

Created
Fri, May 31, 07:37
#include <stdio.h>
void greetings() {
printf("Hello world!\n");
}
int main(){
greetings();
return 0;
}

Event Timeline