Yeet unused stuff

This commit is contained in:
Imbus 2025-01-11 17:53:00 +01:00
parent 022dffc9a4
commit b5bb0bc2ca
2 changed files with 0 additions and 11 deletions

View file

@ -1,6 +0,0 @@
TARGET = main.elf
SRCS = main.cc
all: $(TARGET)
include ../config.mk

View file

@ -1,5 +0,0 @@
#include <iostream>
int main() {
std::cout << "Hola" << std::endl;
}