mirror of
https://github.com/Karmaz95/Snake_Apple.git
synced 2026-04-01 14:10:12 +02:00
8 lines
93 B
C
8 lines
93 B
C
// MyBundle.c
|
|
#include <stdio.h>
|
|
|
|
void sayHello() {
|
|
printf("Hello from MyBundle!\n");
|
|
}
|
|
|