summaryrefslogtreecommitdiff
path: root/deneme_7.c
blob: 2cf3320bb51deaadcc10d4a4f8ed6bb72a9e6422 (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
#include <curses.h>

// Main function
int main(void) {
    // Call function to use color
	printf("\n %d TEST: ",1);
	getch();

}