test.c 79 B

1234567
  1. #include<linux/kernel.h>
  2. void main()
  3. {
  4. printk("TEST COMMON GIT REPO\n");
  5. }
  6. }