Go to file
CrimsonTome 3795cb2b96
chore: add explanation of ascii magic
2023-02-07 01:35:07 +00:00
.vscode chore: add cprNumber program 2023-02-06 22:18:10 +00:00
Greetings! chore: add greetings! program 2023-02-06 09:44:07 +00:00
Jack-O'-Lantern-Juxtaposition chore: fix readme and add jackolantern program 2023-02-06 00:19:00 +00:00
cprNumber chore: add explanation of ascii magic 2023-02-07 01:35:07 +00:00
digitSwap chore: add digitSwap program 2023-02-06 12:54:19 +00:00
findingAnA chore: add findingAnA program 2023-02-06 12:19:55 +00:00
fyi chore: add fyi program 2023-02-06 10:09:20 +00:00
knightPacking chore: add knightPacking program 2023-02-05 23:48:05 +00:00
metronome chore: add metronome program 2023-02-05 23:28:41 +00:00
quadrant chore: add quadrant program 2023-02-05 23:37:05 +00:00
.gitignore chore: add drafts/ to gitignore 2023-02-06 12:37:39 +00:00
LICENSE chore: add license 2023-02-05 23:52:10 +00:00
README.md chore: fix readme and add jackolantern program 2023-02-06 00:19:00 +00:00

README.md

kattis

scuffed Kattis solutions probably in C++

System requirements

  • A C++ compiler such as G++ (should come with GCC)

Development

  • edit the main.cpp files in each folder
  • run g++ on them
  • if no arguemnts, run ./a.out to run the program

License

kattis is released under the WTFNMFPL-1.0 License. The full license text is included in the LICENSE file in this repository. Tldr legal have a great summary of the license if you're interested.