History | View | Annotate | Download (79 Bytes)
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}