💾 Archived View for gmi.noulin.net › gitRepositories › dmceDemo › file › demo.c.gmi captured on 2023-01-29 at 13:24:14. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

dmceDemo

Log

Files

Refs

README

demo.c (95B)

     1 #include <stdlib.h>
     2 #include <stdio.h>
     3 
     4 int main(int argc, char** argv) {
     5   printf("Steps");
     6 }