From 5fba3c016bfd1d73a070e7c93dac14162ce118d0 Mon Sep 17 00:00:00 2001 From: CRD716 Date: Fri, 28 Apr 2023 11:13:33 -0500 Subject: examples : add Jeopardy example (#1168) * Basic Setup * Prevent Results.txt from coming up * Prefixes, Line separators, etc * editorcheck * introduction to give more consistent results * Basic graph thing * Grading, ready for testing! * Y'all ready to get funky? * fix column removal stuff * missed a few --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c7573bb..54dcebc 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,5 @@ zig-out/ zig-cache/ ppl-*.txt + +examples/jeopardy/results.txt -- cgit v1.2.3