C_CPP/11_PUTT/Test.cpp

12 lines
107 B
C++
Raw Normal View History

2018-06-17 19:59:35 +02:00
//
// Created by JThei on 17.06.2018.
//
#include "Test.h"
char *s = "1.0";
auto b = s;
auto a = s[2];