]> isoptera.lcsc.edu Git - example_engine/.git/commitdiff
Added ascii_print, letters
authorSeth Long <sslong@lcsc.edu>
Wed, 30 Oct 2024 21:55:01 +0000 (14:55 -0700)
committerSeth Long <sslong@lcsc.edu>
Wed, 30 Oct 2024 21:55:01 +0000 (14:55 -0700)
ascii_print.c [new file with mode: 0644]
letters.png [new file with mode: 0644]

diff --git a/ascii_print.c b/ascii_print.c
new file mode 100644 (file)
index 0000000..a2e0e7c
--- /dev/null
@@ -0,0 +1,8 @@
+#include<stdio.h>
+
+int main(){
+       for(char i = 0; i < 127; i++)
+               printf("%c", i);
+       puts("");
+       return 0;
+}
diff --git a/letters.png b/letters.png
new file mode 100644 (file)
index 0000000..552310c
Binary files /dev/null and b/letters.png differ