mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Test gas file
This commit is contained in:
3
test/fixtures/blob/hello.c
vendored
3
test/fixtures/blob/hello.c
vendored
@@ -1,6 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
void main()
|
||||
int main()
|
||||
{
|
||||
printf("Hello World\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user