remove function from lib example

This commit is contained in:
swaldhoer 2020-04-22 16:26:40 +02:00
parent 51649d5299
commit 4c309af079
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
#include <iostream>
extern void foo();
int main() {
printf("%s\n", HELLO_WORLD);
return 0;