12 lines
107 B
C++
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];
|