1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-17 06:42:21 +03:00
Files
esp8266/app/test/processing/app/preproc/StringWithCcomment.nocomments.ino

15 lines
317 B
C++

void setup() {
Serial.println("Accept: */*");
Serial.println("Accept: \" */*");
Serial.println("Accept: \\"); // */*");
}
void loop() {
}