Skip to content
Snippets Groups Projects
Commit bab00d82 authored by arn2's avatar arn2
Browse files

Add simple func

parent d27369c0
Branches master
No related tags found
No related merge requests found
Pipeline #181136 failed
func.c 0 → 100644
#include <stdio.h>
#include "func.h"
void func() {
printf("This was printed by the submodule!\n");
}
func.h 0 → 100644
void func();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment