Skip to content

Instantly share code, notes, and snippets.

#include<stdio.h>
#include<stdlib.h>
struct today{
int year;
int month;
int day;
};typedef struct today TODAY;
void aisatsu(int,int,int);