mirror of
https://github.com/Karmaz95/Snake_Apple.git
synced 2026-05-27 17:22:25 +02:00
6 lines
104 B
C
6 lines
104 B
C
#include "mylib.h"
|
|
|
|
int main() {
|
|
myFunction(); // Call the function from the library
|
|
return 0;
|
|
} |