Page MenuHomec4science

hello.c
No OneTemporary

File Metadata

Created
Thu, May 30, 00:27
#include <stdio.h>
void greetings() {
printf("Hello world!\n");
}
int main(){
greetings();
return 0;
}

Event Timeline