lovelove工作

This commit is contained in:
lzy
2024-05-13 17:20:11 +08:00
parent 3594812944
commit 1b796adfc3
8 changed files with 566 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char **argv)
{
printf("Hello, World!\n");
return 0;
/*
* echo $?
* 0
*/
}