You've already forked object-testfiles
mirror of
https://github.com/encounter/object-testfiles.git
synced 2026-03-30 11:32:26 -07:00
7 lines
77 B
C
7 lines
77 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Hello, world");
|
|
return 0;
|
|
}
|