This commit is contained in:
tth
2021-07-30 23:45:42 +02:00
parent fb0fbed34c
commit b40e73ba5c
6 changed files with 87 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
/*
* Hello, Sun.
*/
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("Hello world.\n");
printf("hello world.\n");
return 0;
}