banan-os/userspace/tests/test-shared/main.cpp

7 lines
63 B
C++
Raw Normal View History

#include <stdio.h>
int main()
{
printf("printf works!\n");
}