Added .c file for starter

master^2
snowflake 11 months ago
parent c988989eb0
commit 45da074144

@ -0,0 +1,8 @@
#include <notcurses/notcurses.h>
#include <stdio.h>
int main(int argc, char ** argv)
{
notcurses_init({TO-DO});
return 0;
}
Loading…
Cancel
Save