4939a74752
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
5 lines
78 B
C
5 lines
78 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char** argv) {
|
|
puts("Hello, world");
|
|
} |