Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
107 B
C
Raw Permalink Normal View History

#include <stdio.h>
int main(int argc, char const *argv[]) {
printf("Hello world.\n");
return 0;
}