mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-24 19:32:07 +00:00
8 lines
101 B
C
8 lines
101 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char *argv[]) {
|
|
printf("All is well\n");
|
|
|
|
return 0;
|
|
}
|