Release 4.14 tools/build/feature/test-compile.c
// SPDX-License-Identifier: GPL-2.0
#include <stdio.h>
int main(void)
{
printf("Hello World!\n");
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Adrian Hunter | 10 | 66.67% | 1 | 50.00% |
Wang Nan | 5 | 33.33% | 1 | 50.00% |
Total | 15 | 100.00% | 2 | 100.00% |
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Adrian Hunter | 10 | 52.63% | 1 | 33.33% |
Wang Nan | 8 | 42.11% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 5.26% | 1 | 33.33% |
Total | 19 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.