diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-09 11:34:57 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-09 11:34:57 +0300 |
commit | 00c3363ca258f160b875ec254e701017be0314db (patch) | |
tree | b26354d65c93a093b750d0c44adb1f2905f9e160 /src | |
parent | b91c09a43b3191d719781fe717fc6d28fec58029 (diff) |
add readme and demo image
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ int main(void) { time_t seed = time(0); srand(seed); - printf("seed %ld\n", seed); + printf("The Seed is %ld\n", seed); init_tiles_board(); |