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