mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-26 04:02:25 +00:00
move to c++11 remove console writes
This commit is contained in:
@@ -5,7 +5,7 @@ int main( int argc, char *argv[] )
|
||||
{
|
||||
std::string commands[] = {
|
||||
"from time import time,ctime\n",
|
||||
"print 'Today is',ctime(time())\n"
|
||||
"print('Today is',ctime(time()))\n"
|
||||
};
|
||||
Interpreter::Initialize( );
|
||||
Interpreter* interpreter = new Interpreter;
|
||||
|
||||
Reference in New Issue
Block a user