mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 14:54:25 -05:00
refactor various files
This commit is contained in:
6
S1/GdCP/uebung/link.h
Normal file
6
S1/GdCP/uebung/link.h
Normal file
@@ -0,0 +1,6 @@
|
||||
void prints(char *s);
|
||||
|
||||
int main() {
|
||||
prints("HELLO");
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user