Automated update

This commit is contained in:
klein panic
2025-02-28 22:00:25 -05:00
parent d891eb5237
commit a5f056237a
23 changed files with 424 additions and 302 deletions

8
src/coin.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef COIN_H
#define COIN_H
// Returns "Heads" or "Tails"
const char* flip_coin();
#endif