Linux Source Code
Home
Release:
5.1
test-hello.c
Directory:
tools/build/feature
Added: 2013-09-30
By: Ingo Molnar
Highlighting
Reset All
By Author
By Age
By Commit
──────────
Ingo Molnar
Overall
main (void)
Contributors:
1
Author
Tokens
Token Proportion
Commits
Commit Proportion
Ingo Molnar
16
100.00%
1
100.00%
Total
16
1
#include <stdio.h>
int main(void) { return puts("hi"); }