I have a simple test program that uses two strings. But when I include the second string (world), the program fails to link. Can someone help me understand the issue? Thanks. Teensyduino, Version 1.39, Arduino 1.8.4.
#include <string>
using namespace std;
void setup() {
// put your...