This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.exclnetworks.wordprograms; | |
import java.util.Scanner; | |
/* | |
* Created by Ethan Joshua Gallant | |
* 2/12/2018 | |
* Make random 6 letter words with exactly one or two vowels in them. | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "ControlElevator.h" | |
#include <iostream> | |
ControlElevator::ControlElevator() | |
{ | |
std::cout << "[ControlElevator] Constructed" << std::endl; | |
if ( CommandBase::pElevator != nullptr ) | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/root/.nvm/versions/node/v6.9.1/bin/node', | |
1 verbose cli '/root/.nvm/versions/node/v6.9.1/bin/npm', | |
1 verbose cli 'start' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'prestart', 'start', 'poststart' ] | |
5 info lifecycle [email protected]~prestart: [email protected] | |
6 silly lifecycle [email protected]~prestart: no script for prestart, continuing | |
7 info lifecycle [email protected]~start: [email protected] |
NewerOlder