Skip to content

Instantly share code, notes, and snippets.

View VenomFate-619's full-sized avatar
finding 101 ways to kill time

Syed Aman Ali VenomFate-619

finding 101 ways to kill time
View GitHub Profile
@VenomFate-619
VenomFate-619 / main.c
Created December 8, 2022 12:07
hjrgkrkghr
#include <stdio.h>
#include <conio.h>
#include <string.h>
#include <stdlib.h>
#define TOP 1
#define BOT 2
struct node
{
char plate [15] ;
struct node *link ;