cdo: move sources to spearate folder

This commit is contained in:
tylen
2024-09-23 11:36:46 +00:00
parent f804bc96f0
commit 8069a0e926
2 changed files with 1 additions and 1 deletions

6
src/cdo.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main (int argc, char *argv[]) {
printf("Welcome to %s!", argv[0]);
return 0;
}