mirror of https://github.com/flysand7/ciabatta.git
8 lines
81 B
C
8 lines
81 B
C
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int main() {
|
||
|
printf("Hello, World!\n");
|
||
|
return 0;
|
||
|
}
|