Skip to content

Instantly share code, notes, and snippets.

View boki1's full-sized avatar
🧐

Kristiyan Stoimenov boki1

🧐
View GitHub Profile
@boki1
boki1 / students_sort.c
Last active April 29, 2019 20:53
Student Sorting - School HW - 24/04/2019
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define stringize(s) #s
enum subjects {
maths,
history,
programming,