From d03cb95135eae338d8fa864f05325cd5cd5eb7e6 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 21 Jan 2025 09:54:43 -0500 Subject: feat: testing printing cpu core functionality and graphing behavior --- squaretest.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 squaretest.c (limited to 'squaretest.c') diff --git a/squaretest.c b/squaretest.c new file mode 100644 index 0000000..e518fe9 --- /dev/null +++ b/squaretest.c @@ -0,0 +1,7 @@ +#include + +int main() { + for (int i = 0; i < 10; i++) { + printf("+---+\n| |\n+---+"); + } +} -- cgit v1.2.3