C_CPP/11_PUTT/Test.cpp

12 lines
107 B
C++

//
// Created by JThei on 17.06.2018.
//
#include "Test.h"
char *s = "1.0";
auto b = s;
auto a = s[2];