update C snipplets
This commit is contained in:
@@ -0,0 +1 @@
|
||||
void print_to_terminal(char *text) { printf("%s", text); }
|
||||
Reference in New Issue
Block a user
C snipplets
@@ -0,0 +1 @@
|
||||
void print_to_terminal(char *text) { printf("%s", text); }
|
||||