blob: 5c45dc60bd25d090fc00c71ddb3cee27215ffcff [file] [log] [blame]
#include <stdio.h>
int main() {
printf("Hello World!\n");
}