mirror of
https://github.com/encounter/object-testfiles.git
synced 2026-07-10 12:18:40 -07:00
7 lines
77 B
C
7 lines
77 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Hello, world");
|
|
return 0;
|
|
}
|