Update main.c

This commit is contained in:
2026-02-17 13:35:23 +01:00
parent b5cea69fb8
commit e4d78a575a

View File

@@ -1,7 +1,8 @@
#include "random.h"
#include <stdint.h>
#include <stdio.h>
#include "random.h"
int main() {
uint32_t seed;
printf("Enter seed: ");