Hello world initilized
This commit is contained in:
8
src/main.c
Normal file
8
src/main.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "version.h"
|
||||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
printf("Hello, world. \n");
|
||||
printf("version: %s. \n", _VERSION);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user