Advertisement
Guest User

Untitled

a guest
Nov 4th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include <iostream>
  2. #include <string>
  3. #include <array>
  4. #include <cmath>
  5. using namespace std;
  6.  
  7. int main(int argc, char* argv[]) {
  8.     array<char, 4> word = "test";
  9.  
  10.   return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement