started C implementation, created custom library for handling strings

This commit is contained in:
FantasyPvP
2024-11-02 22:39:16 +00:00
parent 3d3eeb142f
commit 83a71ae0a1
10 changed files with 488 additions and 30 deletions
+7 -1
View File
@@ -1 +1,7 @@
[package] name = "cs_coursework_editor_draft" version = "0.1.0" edition = "2021" [dependencies] ncurses = "6.0.1" i may have made a very scuffed version of vim.
[package]
name = "cs_coursework_editor_draft"
version = "0.1.0"
edition = "2021"
[dependencies]
ncurses = "6.0.1"