push ex00

This commit is contained in:
LEO FIRMIN 2026-05-06 17:05:53 +02:00
parent f4fec9e326
commit f3011d8e5c
3 changed files with 1 additions and 4 deletions

View File

@ -3,7 +3,7 @@ CXXFLAGS = -Wall -Wextra -Werror -std=c++98
OBJDIR = obj OBJDIR = obj
SOURCES = Main.cpp BitcoinExchange.cpp SOURCES = Main.cpp BitcoinExchange.cpp
OBJECTS = $(addprefix $(OBJDIR)/, $(SOURCES:.cpp=.o)) OBJECTS = $(addprefix $(OBJDIR)/, $(SOURCES:.cpp=.o))
NAME = btv NAME = btc
all: $(NAME) all: $(NAME)

BIN
ex00/btv

Binary file not shown.

View File

@ -1,3 +0,0 @@
int days = 30 + (month + month / 8) % 2;
(year % 4 == 0 && year % 100 != 0) || (year % 400 == 0)